public class TestInfoErrorRunner
extends org.junit.runner.Runner
| Constructor and Description |
|---|
TestInfoErrorRunner(Class<?> testClass,
TestInfo testInfo)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.junit.runner.Description |
getDescription() |
void |
logErrors(org.apache.commons.logging.Log log)
Log all the errors (if any) to the provided logger.
|
void |
run(org.junit.runner.notification.RunNotifier notifier) |
String |
toString() |
public void logErrors(org.apache.commons.logging.Log log)
log - The logger to log the errors to.public org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runner.Runnerpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runner.RunnerCopyright © 2013-2016 XENEI.com. All Rights Reserved.