Package org.apache.jackrabbit.ocm

Examples of org.apache.jackrabbit.ocm.RepositoryLifecycleTestSetup


* @author <a href='mailto:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a>
*/
public class AllTests {

    public static Test suite() {
        return new RepositoryLifecycleTestSetup(buildSuite());
    }
View Full Code Here


    }

    public static Test suite()
    {
        // All methods starting with "test" will be executed in the test suite.
        return new RepositoryLifecycleTestSetup(
                new TestSuite(AnnotationSimpleTest.class));
    }
View Full Code Here

  }

  public static Test suite()
  {
    // All methods starting with "test" will be executed in the test suite.
    return new RepositoryLifecycleTestSetup(
                new TestSuite(AnnotationSameNameSiblingTest.class));
  }
View Full Code Here

    }

    public static Test suite()
    {
        // All methods starting with "test" will be executed in the test suite.
        return new RepositoryLifecycleTestSetup(
                new TestSuite(DigesterAvoidRecursiveLoopTest.class));
    }
View Full Code Here

    }

    public static Test suite()
    {
        // All methods starting with "test" will be executed in the test suite.
        return new RepositoryLifecycleTestSetup(
                new TestSuite(AnnotationSimpleQueryTest.class));
    }
View Full Code Here

    }

    public static Test suite()
    {
        // All methods starting with "test" will be executed in the test suite.
        return new RepositoryLifecycleTestSetup(new TestSuite(DigesterMultiValueCollectionConverterImplTest.class));
    }
View Full Code Here

  }

  public static Test suite() {
    // All methods starting with "test" will be executed in the test suite.
    return new RepositoryLifecycleTestSetup(new TestSuite(
        AnnotationProxyTest.class));
  }
View Full Code Here

    }

    public static Test suite()
    {
        // All methods starting with "test" will be executed in the test suite.
        return new RepositoryLifecycleTestSetup(new TestSuite(DigesterHashMapTest.class));
    }
View Full Code Here

    }

    public static Test suite()
    {
        // All methods starting with "test" will be executed in the test suite.
        return new RepositoryLifecycleTestSetup(new TestSuite(AnnotationResidualPropertiesCollectionConverterImplTest.class));
    }
View Full Code Here

    }

    public static Test suite()
    {
        // All methods starting with "test" will be executed in the test suite.
        return new RepositoryLifecycleTestSetup(
                new TestSuite(AnnotationScopeQueryTest.class));
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.ocm.RepositoryLifecycleTestSetup

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.