Package tigase.test
Class TestScriptLoader
- java.lang.Object
-
- tigase.test.TestScriptLoader
-
- All Implemented Interfaces:
HistoryCollectorIfc
public class TestScriptLoader extends Object implements HistoryCollectorIfc
Describe class TestScriptLoader here. Created: Sat Jul 9 00:38:27 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Constructor Summary
Constructors Constructor Description TestScriptLoader(Params params)Creates a newTestScriptLoaderinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleHistoryEntry(HistoryEntry historyEntry)voidloadTests()voidrunTests()
-
-
-
Constructor Detail
-
TestScriptLoader
public TestScriptLoader(Params params)
Creates a newTestScriptLoaderinstance.- Parameters:
params-
-
-
Method Detail
-
handleHistoryEntry
public void handleHistoryEntry(HistoryEntry historyEntry)
- Specified by:
handleHistoryEntryin interfaceHistoryCollectorIfc
-
-