Package org.apache.jackrabbit.ocm

Examples of org.apache.jackrabbit.ocm.RepositoryLifecycleTestSetup


  }

  public static Test suite()
  {
    // All methods starting with "test" will be executed in the test suite.
    return new RepositoryLifecycleTestSetup(
                new TestSuite(DigesterSameNameSiblingTest.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(DigesterCopyMoveTest.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(AnnotationCopyMoveTest.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(AnnotationRemoveTest.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(DigesterRemoveTest.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(AnnotationAvoidRecursiveLoopTest.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(DigesterSimpleTest.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(AnnotationAtomicTest.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(AnnotationMultiValueQueryTest.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(AnnotationMultiValueCollectionConverterImplTest.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.