public class KDRunExecutionListener extends java.lang.Object implements IKDListensToTestExecutions
| 构造器和说明 |
|---|
KDRunExecutionListener(IKDUnitTestClientView sender) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
notifyRunFinished(java.util.List<KDCaseMethodResult> lstCaseResult) |
void |
notifyTestEnded(IKDTestIdentifier test) |
void |
notifyTestFailed(KDTestReferenceFailure failure) |
void |
notifyTestStarted(IKDTestIdentifier test) |
public KDRunExecutionListener(IKDUnitTestClientView sender)
public void notifyTestEnded(IKDTestIdentifier test)
notifyTestEnded 在接口中 IKDListensToTestExecutionspublic void notifyTestFailed(KDTestReferenceFailure failure)
notifyTestFailed 在接口中 IKDListensToTestExecutionspublic void notifyTestStarted(IKDTestIdentifier test)
notifyTestStarted 在接口中 IKDListensToTestExecutionspublic void notifyRunFinished(java.util.List<KDCaseMethodResult> lstCaseResult)
notifyRunFinished 在接口中 IKDListensToTestExecutions