public class LoggingTestRunner
extends org.junit.runner.Runner
| Constructor and Description |
|---|
LoggingTestRunner(Class<?> clazz)
Constructor as required by Runner implementations.
|
| Modifier and Type | Method and Description |
|---|---|
org.junit.runner.Description |
getDescription() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
int |
testCount() |
public LoggingTestRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
clazz - the JUnit test classorg.junit.runners.model.InitializationError - on errorpublic 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 int testCount()
testCount in class org.junit.runner.RunnerCopyright © 2014–2016 Tomas Teubner. All rights reserved.