|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjetif.Recorder
A Recorder persistent the testing result to storage
such as file system, database, etc.
This class is replaced by the ListenerFactory.
| Nested Class Summary | |
static interface |
Recorder.Factory
Deprecated. This class is deprecated along with Recorder class. |
| Field Summary | |
static String |
RECORDER_TYPE
Deprecated. The property name of recorder type property. |
| Constructor Summary | |
Recorder()
Deprecated. |
|
| Method Summary | |
abstract TestListener |
createListener(String suiteName)
Deprecated. Create a test listener for specified suite. |
static Recorder |
getInstance()
Deprecated. Get an instance of configured recorder type. |
static Recorder |
getInstance(String type)
Deprecated. Get an instance of specified recorder type. |
protected static Recorder.Factory |
register(String type,
Recorder.Factory factory)
Deprecated. Register a recorder factory. |
abstract void |
summarize()
Deprecated. Summarize the result when all suites are completed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String RECORDER_TYPE
| Constructor Detail |
public Recorder()
| Method Detail |
public static Recorder getInstance()
throws FrameworkException
FrameworkException
public static Recorder getInstance(String type)
throws FrameworkException
type - recorder type, can be "file" yet.
FrameworkException
protected static Recorder.Factory register(String type,
Recorder.Factory factory)
type - the type name of the recorder.factory - the factory instance.
public abstract TestListener createListener(String suiteName)
throws FrameworkException
suiteName - the name of suite
FrameworkException - if error occurs.public abstract void summarize()
|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||