org.jtiger.framework
Class DefaultFixtureResultsHandlerFactory
java.lang.Object
org.jtiger.framework.DefaultFixtureResultsHandlerFactory
public final class DefaultFixtureResultsHandlerFactory
- extends Object
The default implementation to handle fixture results sends output to
the standard output stream with a summary of the result.
The summary contains the number of test case results of success, failure and ignored.
- Version:
- 2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218 CET (GMT + 1)
- Author:
- Tony Morris
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newDefaultFixtureResultsHandler
public static FixtureResultsHandler newDefaultFixtureResultsHandler()
- Returns a new instance of the default implementation to handle fixture results.
- Returns:
- A new instance of the default implementation to handle fixture results.