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.control   
org.apache.chemistry.opencmis.tck.tests.crud   
org.apache.chemistry.opencmis.tck.tests.filing   
org.apache.chemistry.opencmis.tck.tests.query   
org.apache.chemistry.opencmis.tck.tests.versioning   
 

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

Methods in org.apache.chemistry.opencmis.tck that return types with arguments of type CmisTest
 java.util.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
 java.util.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.control
 

Classes in org.apache.chemistry.opencmis.tck.tests.control that implement CmisTest
 class ACLSmokeTest
          Query smoke 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 CopyTest
          Copy test.
 class CreateAndDeleteDocumentTest
          Simple document test.
 class CreateAndDeleteFolderTest
          Simple folder test.
 class CreateAndDeleteRelationshipTest
          Simple folder test.
 class DeleteTreeTest
          Simple document test.
 class MoveTest
          Copy test.
 class SetAndDeleteContentTest
          Copy test.
 class UpdateSmokeTest
          Copy test.
 

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

Classes in org.apache.chemistry.opencmis.tck.tests.filing that implement CmisTest
 class MultifilingTest
          Multifiling test.
 class UnfilingTest
          Unfiling test.
 

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

Classes in org.apache.chemistry.opencmis.tck.tests.query that implement CmisTest
 class ContentChangesSmokeTest
          Content Changes smoke test.
 class QuerySmokeTest
          Query smoke test.
 

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

Classes in org.apache.chemistry.opencmis.tck.tests.versioning that implement CmisTest
 class CheckedOutTest
          Checked out test.
 class VersioningSmokeTest
          Checked out test.
 



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