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

Packages that use CmisTestGroup
org.apache.chemistry.opencmis.tck   
org.apache.chemistry.opencmis.tck.impl   
org.apache.chemistry.opencmis.tck.report   
org.apache.chemistry.opencmis.tck.runner   
org.apache.chemistry.opencmis.tck.tests.basics   
org.apache.chemistry.opencmis.tck.tests.crud   
 

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

Methods in org.apache.chemistry.opencmis.tck with parameters of type CmisTestGroup
 void CmisTestProgressMonitor.endGroup(CmisTestGroup group)
          Called after a group run ended.
 void CmisTestProgressMonitor.startGroup(CmisTestGroup group)
          Called before a new group run starts.
 

Method parameters in org.apache.chemistry.opencmis.tck with type arguments of type CmisTestGroup
 void CmisTestReport.createReport(Map<String,String> parameters, List<CmisTestGroup> groups, File file)
          Creates a new report and writes it to a file.
 void CmisTestReport.createReport(Map<String,String> parameters, List<CmisTestGroup> groups, Writer writer)
          Creates a new report and writes it to a writer.
 

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

Classes in org.apache.chemistry.opencmis.tck.impl that implement CmisTestGroup
 class AbstractCmisTestGroup
          Base class for test groups.
 class AbstractSessionTestGroup
          Base class for test groups that require an OpenCMIS session.
 class WrapperCmisTestGroup
          Helper group implementation that just hold one test.
 

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type CmisTestGroup
static void JUnitHelper.run(CmisTestGroup group)
           
 

Uses of CmisTestGroup in org.apache.chemistry.opencmis.tck.report
 

Method parameters in org.apache.chemistry.opencmis.tck.report with type arguments of type CmisTestGroup
 void AbstractCmisTestReport.createReport(Map<String,String> parameters, List<CmisTestGroup> groups, File file)
           
 void XmlReport.createReport(Map<String,String> parameters, List<CmisTestGroup> groups, Writer writer)
           
 void TextReport.createReport(Map<String,String> parameters, List<CmisTestGroup> groups, Writer writer)
           
 void HtmlReport.createReport(Map<String,String> parameters, List<CmisTestGroup> groups, Writer writer)
           
abstract  void AbstractCmisTestReport.createReport(Map<String,String> parameters, List<CmisTestGroup> groups, Writer writer)
           
 

Uses of CmisTestGroup in org.apache.chemistry.opencmis.tck.runner
 

Methods in org.apache.chemistry.opencmis.tck.runner that return types with arguments of type CmisTestGroup
 List<CmisTestGroup> AbstractRunner.getGroups()
           
 

Methods in org.apache.chemistry.opencmis.tck.runner with parameters of type CmisTestGroup
 void AbstractRunner.addGroup(CmisTestGroup group)
           
 

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

Classes in org.apache.chemistry.opencmis.tck.tests.basics that implement CmisTestGroup
 class BasicsTestGroup
          This test group contains tests that check the CMIS basics such the repository info or types.
 

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

Classes in org.apache.chemistry.opencmis.tck.tests.crud that implement CmisTestGroup
 class CRUDTestGroup
          This test group contains simple Create, Read, Update and Delete tests.
 



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