|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDDTTestCase
Method Summary | |
---|---|
int |
countMethodTests()
Count number of test datasets provided for method methodName. |
String |
getName()
|
String |
getTestName()
|
junit.framework.TestResult |
run()
Run complete selected testmethod by generating a separate result und return this after execution. |
void |
run(junit.framework.TestResult result)
Run complete selected testmethod by generating a separate result und return this after execution. |
void |
runBare()
Run a bare method cycle as defined in JUnit. |
String |
runInfo()
|
void |
setTestName(String testName)
|
Method Detail |
---|
junit.framework.TestResult run()
void run(junit.framework.TestResult result)
result
- object generated externally, by a testrunner e.g..void runBare() throws Throwable
Throwable
- that might come up during testmethod execution.int countMethodTests()
String runInfo()
String getTestName()
void setTestName(String testName)
testName
- The testName to set.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |