org.apache.chemistry.opencmis.tck.tests.crud
Class CRUDTestGroup

java.lang.Object
  extended by org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup
      extended by org.apache.chemistry.opencmis.tck.impl.AbstractSessionTestGroup
          extended by org.apache.chemistry.opencmis.tck.tests.crud.CRUDTestGroup
All Implemented Interfaces:
CmisTestGroup

public class CRUDTestGroup
extends AbstractSessionTestGroup

This test group contains simple Create, Read, Update and Delete tests.


Constructor Summary
CRUDTestGroup()
           
 
Method Summary
 void init(Map<String,String> parameters)
          Initializes the test group with test parameters.
 
Methods inherited from class org.apache.chemistry.opencmis.tck.impl.AbstractSessionTestGroup
getName
 
Methods inherited from class org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup
addTest, getDescription, getParameters, getProgressMonitor, getTests, isEnabled, junit, postRun, postTest, preRun, preTest, run, setDescription, setEnabled, setName, setProgressMonitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRUDTestGroup

public CRUDTestGroup()
Method Detail

init

public void init(Map<String,String> parameters)
          throws Exception
Description copied from interface: CmisTestGroup
Initializes the test group with test parameters.

Specified by:
init in interface CmisTestGroup
Overrides:
init in class AbstractCmisTestGroup
Throws:
Exception


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