org.quilt.runner
Interface RunnerConst

All Known Implementing Classes:
MockTestRunner, Runner, TestRunner, Textui

public interface RunnerConst


Field Summary
static java.lang.String[] DEFAULT_TRACE_FILTERS
          Lines containing these substrings will be filtered if filtertrace == true
static int ERRORS
          An unexpected error occurred.
static int FAILURES
          One or more tests failed (or an error occurred).
static int SUCCESS
          All tests in suite succeeded.
 

Field Detail

SUCCESS

public static final int SUCCESS
All tests in suite succeeded.

See Also:
Constant Field Values

FAILURES

public static final int FAILURES
One or more tests failed (or an error occurred).

See Also:
Constant Field Values

ERRORS

public static final int ERRORS
An unexpected error occurred.

See Also:
Constant Field Values

DEFAULT_TRACE_FILTERS

public static final java.lang.String[] DEFAULT_TRACE_FILTERS
Lines containing these substrings will be filtered if filtertrace == true



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.