|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestCaseResult | |
---|---|
net.sf.jameleon | |
net.sf.jameleon.plugin.junit | |
net.sf.jameleon.result | |
net.sf.jameleon.unit |
Uses of TestCaseResult in net.sf.jameleon |
---|
Fields in net.sf.jameleon declared as TestCaseResult | |
---|---|
protected TestCaseResult |
TestCaseTag.results
The test case results which are a complete set of results for every tag executed. |
Methods in net.sf.jameleon that return TestCaseResult | |
---|---|
TestCaseResult |
TestCaseTag.getResults()
|
Methods in net.sf.jameleon with parameters of type TestCaseResult | |
---|---|
void |
TestCaseTag.setResults(TestCaseResult results)
|
Uses of TestCaseResult in net.sf.jameleon.plugin.junit |
---|
Fields in net.sf.jameleon.plugin.junit declared as TestCaseResult | |
---|---|
protected TestCaseResult |
ExecuteJameleonScriptTag.result
|
Uses of TestCaseResult in net.sf.jameleon.result |
---|
Methods in net.sf.jameleon.result with parameters of type TestCaseResult | |
---|---|
void |
TestSuiteResult.addTestCaseResult(TestCaseResult tcRes)
Adds a TestCaseResult to the suite of test case results |
Uses of TestCaseResult in net.sf.jameleon.unit |
---|
Methods in net.sf.jameleon.unit that return TestCaseResult | |
---|---|
TestCaseResult |
JameleonUnitTestCase.getTestCaseResult()
Gets the test case result of the script that was run from the runScript method |
TestCaseResult |
JameleonUnitTestCase.runScript(File script)
|
TestCaseResult |
JameleonUnitTestCase.runScript(String script)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |