synchronized
void
|
addError(Test test, Throwable t)
An error occurred.
|
synchronized
void
|
addFailure(Test test, AssertionFailedError t)
A failure occurred.
|
void
|
clearStatus()
Clears the status message.
|
String
|
elapsedTimeAsString(long runTime)
Returns the formatted string of the elapsed time.
|
synchronized
void
|
endTest(Test test)
A test ended.
|
String
|
extractClassName(String className)
Extract the class name from a String in VA/Java style
|
static
String
|
getFilteredTrace(Throwable t)
Returns a filtered stack trace
|
static
String
|
getFilteredTrace(String stack)
Filters stack frames from internal JUnit classes
|
TestSuiteLoader
|
getLoader()
This method was deprecated
in API level 16.
not present in JUnit4.10
|
static
int
|
getPreference(String key, int dflt)
|
static
String
|
getPreference(String key)
|
static
Properties
|
getPreferences()
|
Test
|
getTest(String suiteClassName)
Returns the Test corresponding to the given suite.
|
static
boolean
|
inVAJava()
This method was deprecated
in API level 16.
not present in JUnit4.10
|
Class<?>
|
loadSuiteClass(String suiteClassName)
Returns the loaded Class for a suite name.
|
String
|
processArguments(String[] args)
Processes the command line arguments and
returns the name of the suite class to run or null
|
abstract
void
|
runFailed(String message)
Override to define how to handle a failed loading of
a test suite.
|
static
void
|
savePreferences()
|
void
|
setLoading(boolean enable)
Sets the loading behaviour of the test runner
|
void
|
setPreference(String key, String value)
|
static
void
|
setPreferences(Properties preferences)
|
static
boolean
|
showStackRaw()
|
synchronized
void
|
startTest(Test test)
A test started.
|
abstract
void
|
testEnded(String testName)
|
abstract
void
|
testFailed(int status, Test test, Throwable t)
|
abstract
void
|
testStarted(String testName)
|
static
String
|
truncate(String s)
Truncates a String to the maximum length.
|
boolean
|
useReloadingTestSuiteLoader()
|