org.unitils.compositetest
Interface CompositeTestDriver

All Known Implementing Classes:
CompositeTestDriverImpl

public interface CompositeTestDriver

Interface describing the interaction of a test with its testParts.

Author:
Jef Verelst

Method Summary
 void launchTestPart(String name)
          This method launches a given testpart.
 

Method Detail

launchTestPart

void launchTestPart(String name)
This method launches a given testpart. The testpart should already be known (i.e. be above the method).

Parameters:
name - the name of the testpart to be executed. Will throw an exception when the name is unknown.


Copyright © 2014. All Rights Reserved.