|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestSpec | |
---|---|
org.mactor.framework | |
org.mactor.framework.spec |
Uses of TestSpec in org.mactor.framework |
---|
Methods in org.mactor.framework that return TestSpec | |
---|---|
TestSpec |
TestEvent.getTestSpec()
|
TestSpec |
TestContextImpl.getTestSpec()
|
Constructors in org.mactor.framework with parameters of type TestSpec | |
---|---|
TestContextImpl(GlobalConfig globalConfig,
TestSpec testSpec)
|
|
TestEvent(java.lang.String testRunInstanceId,
java.lang.String testInstanceId,
TestEvent.EventType eventType,
TestSpec testSpec,
SpecNode node,
int dataId,
java.lang.String outputText,
boolean successful,
MactorException cause)
|
|
TestRunner(int numberOfTestThreads,
TestSpec testSpec,
DataTable testData,
TestFeedbackListener fl)
|
Constructor parameters in org.mactor.framework with type arguments of type TestSpec | |
---|---|
MockRunner(int numberOfTestThreads,
java.util.List<TestSpec> testSpecs,
TestFeedbackListener fl)
|
Uses of TestSpec in org.mactor.framework.spec |
---|
Methods in org.mactor.framework.spec that return TestSpec | |
---|---|
static TestSpec |
TestSpec.loadFromDocument(org.dom4j.Document doc,
java.lang.String name)
|
static TestSpec |
TestSpec.loadFromFile(java.lang.String name)
|
Methods in org.mactor.framework.spec that return types with arguments of type TestSpec | |
---|---|
java.util.List<TestSpec> |
MockBatterySpec.getTestSpecs()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |