com.retek.rcom.tool.perftest
Class TimingTestListener
java.lang.Object
com.retek.rcom.tool.perftest.TimingTestListener
- All Implemented Interfaces:
- junit.framework.TestListener
- public class TimingTestListener
- extends java.lang.Object
- implements junit.framework.TestListener
Method Summary |
void |
addError(junit.framework.Test test,
java.lang.Throwable t)
|
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
|
void |
endTest(junit.framework.Test test)
|
java.util.Map |
getTimings()
|
void |
startTest(junit.framework.Test test)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimingTestListener
public TimingTestListener()
startTest
public void startTest(junit.framework.Test test)
- Specified by:
startTest
in interface junit.framework.TestListener
endTest
public void endTest(junit.framework.Test test)
- Specified by:
endTest
in interface junit.framework.TestListener
addError
public void addError(junit.framework.Test test,
java.lang.Throwable t)
- Specified by:
addError
in interface junit.framework.TestListener
addFailure
public void addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
- Specified by:
addFailure
in interface junit.framework.TestListener
getTimings
public java.util.Map getTimings()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28