|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDDTTestCase | |
|---|---|
| junitx.ddtunit | |
| Uses of IDDTTestCase in junitx.ddtunit |
|---|
| Classes in junitx.ddtunit that implement IDDTTestCase | |
|---|---|
class |
DDTTestCase
This class is derived from TestCasefrom JUnit. |
| Methods in junitx.ddtunit with parameters of type IDDTTestCase | |
|---|---|
void |
DDTTestResult.endMethodTest(IDDTTestCase test,
String methodName)
Notify about end of method test |
void |
DDTTestListener.endMethodTest(IDDTTestCase test,
String testName)
A test inside of a testmethod with a given dataset is started. |
void |
DDTRunMonitor.endMethodTest(IDDTTestCase test,
String testName)
Notify about end of method test execution |
void |
DDTTestResult.startMethodTest(IDDTTestCase test,
String methodName)
Notify about start of method test |
void |
DDTTestListener.startMethodTest(IDDTTestCase test,
String testName)
A test inside of a testmethod with a given dataset is started. |
void |
DDTRunMonitor.startMethodTest(IDDTTestCase test,
String testName)
Notify about start of method test execution |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||