public class CompositeRunner
extends org.junit.runner.Runner
| Constructor and Description |
|---|
CompositeRunner(Class<?> testClassUnprocessed) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runner.Description |
getDescription() |
List<Class<? extends org.junit.runners.ParentRunner<?>>> |
getRunnerClasses() |
org.junit.runners.ParentRunner<?> |
getStructureProvidingRunner() |
void |
run(org.junit.runner.notification.RunNotifier runNotifier) |
public CompositeRunner(Class<?> testClassUnprocessed) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic 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 runNotifier)
run in class org.junit.runner.Runnerpublic org.junit.runners.ParentRunner<?> getStructureProvidingRunner()
Copyright © 2016. All rights reserved.