org.apache.chemistry.opencmis.tck.impl
Class WrapperCmisTestGroup

java.lang.Object
  extended by org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup
      extended by org.apache.chemistry.opencmis.tck.impl.WrapperCmisTestGroup
All Implemented Interfaces:
CmisTestGroup

public class WrapperCmisTestGroup
extends AbstractCmisTestGroup

Helper group implementation that just hold one test.


Constructor Summary
WrapperCmisTestGroup(CmisTest test)
           
 
Method Summary
 void init(java.util.Map<java.lang.String,java.lang.String> parameters)
          Initializes the test group with test parameters.
 
Methods inherited from class org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup
addTest, getDescription, getName, 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

WrapperCmisTestGroup

public WrapperCmisTestGroup(CmisTest test)
                     throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

init

public void init(java.util.Map<java.lang.String,java.lang.String> parameters)
          throws java.lang.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:
java.lang.Exception


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