Package t2

Examples of t2.T2


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


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

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

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

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

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

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

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

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

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

TOP

Related Classes of t2.T2

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.