|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DDTTestListener
DDTTestListener provides methods to notify test progress and results to others.
Method Summary | |
---|---|
void |
addMethodTestError(junit.framework.Test test,
String testName,
Throwable throwable)
An error occurred during execution of a method with test data |
void |
addMethodTestFailure(junit.framework.Test test,
String testName,
junit.framework.AssertionFailedError assertFailed)
A failure occurred during execution of a method with test data |
void |
endMethodTest(IDDTTestCase test,
String testName)
A test inside of a testmethod with a given dataset is started. |
void |
startMethodTest(IDDTTestCase test,
String testName)
A test inside of a testmethod with a given dataset is started. |
Methods inherited from interface junit.framework.TestListener |
---|
addError, addFailure, endTest, startTest |
Method Detail |
---|
void addMethodTestError(junit.framework.Test test, String testName, Throwable throwable)
test
- processedtestName
- actually processedthrowable
- caught during executionvoid addMethodTestFailure(junit.framework.Test test, String testName, junit.framework.AssertionFailedError assertFailed)
test
- processedtestName
- actually processedassertFailed
- caught during executionvoid endMethodTest(IDDTTestCase test, String testName)
test
- processedtestName
- actually processedvoid startMethodTest(IDDTTestCase test, String testName)
test
- processedtestName
- actually processed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |