Package org.apache.felix.scr.impl.manager.components

Examples of org.apache.felix.scr.impl.manager.components.T1


    }


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


    }


    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_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

TOP

Related Classes of org.apache.felix.scr.impl.manager.components.T1

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.