public class TestInfoErrorRunner
extends org.junit.runner.Runner
| Constructor and Description |
|---|
TestInfoErrorRunner(java.lang.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) |
java.lang.String |
toString() |
public TestInfoErrorRunner(java.lang.Class<?> testClass,
TestInfo testInfo)
testClass - The class under test.testInfo - The TestInfo that has the errors.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.Runnerpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013-2018 XENEI.com. All Rights Reserved.