Uses of Interface
org.apache.chemistry.opencmis.tck.CmisTest

Packages that use CmisTest
org.apache.chemistry.opencmis.tck   
org.apache.chemistry.opencmis.tck.impl   
org.apache.chemistry.opencmis.tck.tests.basics   
org.apache.chemistry.opencmis.tck.tests.crud   
 

Uses of CmisTest in org.apache.chemistry.opencmis.tck
 

Methods in org.apache.chemistry.opencmis.tck that return types with arguments of type CmisTest
 List<CmisTest> CmisTestGroup.getTests()
          Returns the all tests in this group.
 

Methods in org.apache.chemistry.opencmis.tck with parameters of type CmisTest
 void CmisTestProgressMonitor.endTest(CmisTest test)
          Called after a test run ended.
 void CmisTestProgressMonitor.startTest(CmisTest test)
          Called before a new test run starts.
 

Uses of CmisTest in org.apache.chemistry.opencmis.tck.impl
 

Classes in org.apache.chemistry.opencmis.tck.impl that implement CmisTest
 class AbstractCmisTest
          Base class for tests.
 class AbstractSessionTest
          Base class for tests that require an OpenCMIS session.
 

Methods in org.apache.chemistry.opencmis.tck.impl that return types with arguments of type CmisTest
 List<CmisTest> AbstractCmisTestGroup.getTests()
           
 

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type CmisTest
 void AbstractCmisTestGroup.addTest(CmisTest test)
           
protected  void AbstractCmisTestGroup.postTest(CmisTest test)
           
protected  void AbstractCmisTestGroup.preTest(CmisTest test)
           
static void JUnitHelper.run(CmisTest test)
           
 

Constructors in org.apache.chemistry.opencmis.tck.impl with parameters of type CmisTest
WrapperCmisTestGroup(CmisTest test)
           
 

Uses of CmisTest in org.apache.chemistry.opencmis.tck.tests.basics
 

Classes in org.apache.chemistry.opencmis.tck.tests.basics that implement CmisTest
 class RepositoryInfoTest
          Repository info test.
 class RootFolderTest
          Basic root folder tests.
 class SecurityTest
           
 class TypesTest
          Types test.
 

Uses of CmisTest in org.apache.chemistry.opencmis.tck.tests.crud
 

Classes in org.apache.chemistry.opencmis.tck.tests.crud that implement CmisTest
 class CreateAndDeleteFolderTest
          Simple folder test.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.