com.artima.testkit
Class Config

java.lang.Object
  |
  +--com.artima.testkit.Config

public class Config
extends java.lang.Object

Class whose instances serve to configure reporters.


Field Summary
static Config REPORT_INFO_PROVIDED
          Report infoProvided method invocations.
static Config REPORT_RUN_ABORTED
          Report runAborted method invocations.
static Config REPORT_RUN_COMPLETED
          Report runCompleted method invocations.
static Config REPORT_RUN_STARTING
          Report runStarting method invocations.
static Config REPORT_RUN_STOPPED
          Report runComleted method invocations.
static Config REPORT_SUITE_ABORTED
          Report suiteAborted method invocations.
static Config REPORT_SUITE_COMPLETED
          Report suiteCompleted method invocations.
static Config REPORT_SUITE_STARTING
          Report suiteStarting method invocations.
static Config REPORT_TEST_FAILED
          Report testFailed method invocations.
static Config REPORT_TEST_STARTING
          Report testStarting method invocations.
static Config REPORT_TEST_SUCCEEDED
          Report testSucceeded method invocations.
 
Method Summary
 java.lang.String toString()
          Returns a String whose value is the name of its constant, for example, the Config.REPORT_RUN_STARTING constant's toString method returns "REPORT_RUN_STARTING".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REPORT_RUN_STARTING

public static final Config REPORT_RUN_STARTING
Report runStarting method invocations.

REPORT_TEST_STARTING

public static final Config REPORT_TEST_STARTING
Report testStarting method invocations.

REPORT_TEST_FAILED

public static final Config REPORT_TEST_FAILED
Report testFailed method invocations.

REPORT_TEST_SUCCEEDED

public static final Config REPORT_TEST_SUCCEEDED
Report testSucceeded method invocations.

REPORT_SUITE_STARTING

public static final Config REPORT_SUITE_STARTING
Report suiteStarting method invocations.

REPORT_SUITE_ABORTED

public static final Config REPORT_SUITE_ABORTED
Report suiteAborted method invocations.

REPORT_SUITE_COMPLETED

public static final Config REPORT_SUITE_COMPLETED
Report suiteCompleted method invocations.

REPORT_INFO_PROVIDED

public static final Config REPORT_INFO_PROVIDED
Report infoProvided method invocations.

REPORT_RUN_STOPPED

public static final Config REPORT_RUN_STOPPED
Report runComleted method invocations.

REPORT_RUN_ABORTED

public static final Config REPORT_RUN_ABORTED
Report runAborted method invocations.

REPORT_RUN_COMPLETED

public static final Config REPORT_RUN_COMPLETED
Report runCompleted method invocations.
Method Detail

toString

public java.lang.String toString()
Returns a String whose value is the name of its constant, for example, the Config.REPORT_RUN_STARTING constant's toString method returns "REPORT_RUN_STARTING". (This method returns the same value as getName.)
Overrides:
toString in class java.lang.Object
Returns:
the name of the constant