public class CdiTestSuiteRunner
extends org.junit.runners.Suite
| Modifier | Constructor and Description |
|---|---|
protected |
CdiTestSuiteRunner(Class<?> klass,
Class<?>[] suiteClasses) |
protected |
CdiTestSuiteRunner(Class<?> klass,
List<org.junit.runner.Runner> runners) |
|
CdiTestSuiteRunner(Class<?> klass,
org.junit.runners.model.RunnerBuilder builder) |
protected |
CdiTestSuiteRunner(org.junit.runners.model.RunnerBuilder builder,
Class<?> klass,
Class<?>[] suiteClasses) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isContainerStarted() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
describeChild, emptySuite, getChildren, runChildpublic CdiTestSuiteRunner(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected CdiTestSuiteRunner(Class<?> klass, Class<?>[] suiteClasses) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected CdiTestSuiteRunner(org.junit.runners.model.RunnerBuilder builder,
Class<?> klass,
Class<?>[] suiteClasses)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.