Package t2

Examples of t2.T2


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


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

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

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

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

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

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

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

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

    public void test_protectedT1SR()
    {
        testMethod( "protectedT1SR", new T1(), false, "protectedT1SR" );
        testMethod( "protectedT1SR", new T1(), true, "protectedT1SR" );
        testMethod( "protectedT1SR", new T2(), false, "protectedT1SR" );
        testMethod( "protectedT1SR", new T2(), true, "protectedT1SR" );
    }
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.