org.unitils.compositetest.impl
Class CompositeTestDriverImpl
java.lang.Object
org.unitils.compositetest.impl.CompositeTestDriverImpl
- All Implemented Interfaces:
- CompositeTestDriver
public class CompositeTestDriverImpl
- extends Object
- implements CompositeTestDriver
- Author:
- Jef Verelst
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeTestDriverImpl
public CompositeTestDriverImpl(Object testObject)
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.