public class TestFile extends TestComposite implements Comparable<TestFile>
CURRENT_TESTCOMPOSITE
ENGINE_END, ENGINE_START, SCRIPT_END, SCRIPT_INJECTION_END, SCRIPT_INJECTION_START, SCRIPT_START
Constructor and Description |
---|
TestFile(TestSuite suite,
String fileLocation) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TestFile o) |
void |
execute() |
Collection<? extends TestEntity> |
getChildren() |
String |
getCodeFragment(String identifier) |
Object |
getFile() |
TestSuite |
getTestSuite() |
void |
reset() |
void |
terminate() |
String |
toString() |
addTest, addTestResult, addTestResult, endTest, getCurrentTest, getStatus, getTests, notify, notify
addTestListener, getExecutionTime, getParent, getStartTime, removeTestListener, setStatus
public void execute()
public void terminate()
public TestSuite getTestSuite()
public Collection<? extends TestEntity> getChildren()
getChildren
in class TestComposite
public void reset()
reset
in class TestComposite
public int compareTo(TestFile o)
compareTo
in interface Comparable<TestFile>
public Object getFile()
getFile
in class TestComposite