|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITestResultListener
The test result listener interface is intended to be implemented by BPELUnit clients who wish to be informed about the test progress. The result listener must be registered on the test suite and will be informed of starting/stopping test cases as well as finer-grained progress in any of the test artefacts (partner tracks and activities).
Method Summary | |
---|---|
void |
progress(net.bpelunit.framework.model.test.report.ITestArtefact testArtefact)
There was progress in a test artefact. |
void |
testCaseEnded(net.bpelunit.framework.model.test.TestCase testCase)
A test case ended. |
void |
testCaseStarted(net.bpelunit.framework.model.test.TestCase testCase)
A test case started. |
Method Detail |
---|
void testCaseStarted(net.bpelunit.framework.model.test.TestCase testCase)
testCase
- the test casevoid testCaseEnded(net.bpelunit.framework.model.test.TestCase testCase)
testCase
- the test casevoid progress(net.bpelunit.framework.model.test.report.ITestArtefact testArtefact)
testArtefact
- the test artefact
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |