org.unitils.compositetest.impl
Class CompositeTestDriverImpl

java.lang.Object
  extended by org.unitils.compositetest.impl.CompositeTestDriverImpl
All Implemented Interfaces:
CompositeTestDriver

public class CompositeTestDriverImpl
extends Object
implements CompositeTestDriver

Author:
Jef Verelst

Constructor Summary
CompositeTestDriverImpl(Object testObject)
           
 
Method Summary
 void launchTestPart(String name)
          This method launches a given testpart.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeTestDriverImpl

public CompositeTestDriverImpl(Object testObject)
Method Detail

launchTestPart

public void launchTestPart(String name)
Description copied from interface: CompositeTestDriver
This method launches a given testpart. The testpart should already be known (i.e. be above the method).

Specified by:
launchTestPart in interface CompositeTestDriver
Parameters:
name - the name of the testpart to be executed. Will throw an exception when the name is unknown.


Copyright © 2014. All Rights Reserved.