Package t2

Examples of t2.Importer


    public void test_privateT1()
    {
        testMethod( "privateT1", new T1(), false, null );
        testMethod( "privateT1", new T1(), true, null );
        testMethod( "privateT1", new T2(), false, null );
        testMethod( "privateT1", new T2(), true, null );
        testMethod( "privateT1", new T3(), false, null );
        testMethod( "privateT1", new T3(), true, null );
    }
View Full Code Here


    public void test_privateT1SR()
    {
        testMethod( "privateT1SR", new T1(), false, null );
        testMethod( "privateT1SR", new T1(), true, "privateT1SR" );
        testMethod( "privateT1SR", new T2(), false, null );
        testMethod( "privateT1SR", new T2(), true, null );
    }
View Full Code Here

    public void test_privateT1SI()
    {
        testMethod( "privateT1SI", new T1(), false, null );
        testMethod( "privateT1SI", new T1(), true, "privateT1SI" );
        testMethod( "privateT1SI", new T2(), false, null );
        testMethod( "privateT1SI", new T2(), true, null );
    }
View Full Code Here

    public void test_privateT1SIMap()
    {
        testMethod( "privateT1SIMap", new T1(), false, null );
        testMethod( "privateT1SIMap", new T1(), true, "privateT1SIMap" );
        testMethod( "privateT1SIMap", new T2(), false, null );
        testMethod( "privateT1SIMap", new T2(), true, null );
    }
View Full Code Here

    public void test_privateT1SSI()
    {
        testMethod( "privateT1SSI", new T1(), false, null );
        testMethod( "privateT1SSI", new T1(), true, "privateT1SSI" );
        testMethod( "privateT1SSI", new T2(), false, null );
        testMethod( "privateT1SSI", new T2(), true, null );
    }
View Full Code Here

    public void test_privateT1SSIMap()
    {
        testMethod( "privateT1SSIMap", new T1(), false, null );
        testMethod( "privateT1SSIMap", new T1(), true, "privateT1SSIMap" );
        testMethod( "privateT1SSIMap", new T2(), false, null );
        testMethod( "privateT1SSIMap", new T2(), true, null );
    }
View Full Code Here

    public void test_Unexistent()
    {
        testMethod( "unexistent", new T1(), DSVersion.DS10, null );
        testMethod( "unexistent", new T1(), DSVersion.DS11, null );
        testMethod( "unexistent", new T2(), DSVersion.DS10, null );
        testMethod( "unexistent", new T2(), DSVersion.DS11, null );
        testMethod( "unexistent", new T3(), DSVersion.DS10, null );
        testMethod( "unexistent", new T3(), DSVersion.DS11, null );
    }
View Full Code Here

    public void test_privateT1()
    {
        testMethod( "privateT1", new T1(), DSVersion.DS10, null );
        testMethod( "privateT1", new T1(), DSVersion.DS11, null );
        testMethod( "privateT1", new T2(), DSVersion.DS10, null );
        testMethod( "privateT1", new T2(), DSVersion.DS11, null );
        testMethod( "privateT1", new T3(), DSVersion.DS10, null );
        testMethod( "privateT1", new T3(), DSVersion.DS11, null );
    }
View Full Code Here

    public void test_privateT1SR()
    {
        testMethod( "privateT1SR", new T1(), DSVersion.DS10, null );
        testMethod( "privateT1SR", new T1(), DSVersion.DS11, "privateT1SR" );
        testMethod( "privateT1SR", new T2(), DSVersion.DS10, null );
        testMethod( "privateT1SR", new T2(), DSVersion.DS11, null );
    }
View Full Code Here

    public void test_privateT1SI()
    {
        testMethod( "privateT1SI", new T1(), DSVersion.DS10, null );
        testMethod( "privateT1SI", new T1(), DSVersion.DS11, "privateT1SI" );
        testMethod( "privateT1SI", new T2(), DSVersion.DS10, null );
        testMethod( "privateT1SI", new T2(), DSVersion.DS11, null );
    }
View Full Code Here

TOP

Related Classes of t2.Importer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.