public class CdiTestSuiteRunner
extends org.junit.runners.Suite
Modifier and Type | Class and Description |
---|---|
static class |
CdiTestSuiteRunner.TestConfigSource |
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM_TEST_CONTAINER_CONFIG_FILE_KEY
Configuration key to define a custom configuration properties file.
|
static String |
DEFAULT_TEST_CONTAINER_CONFIG_FILE_NAME
Default resource location of the property file which gets used
for the container bootstrap.
|
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 Properties |
getTestContainerConfig() |
static boolean |
isContainerStarted() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
describeChild, emptySuite, getChildren, runChild
public static final String CUSTOM_TEST_CONTAINER_CONFIG_FILE_KEY
public static final String DEFAULT_TEST_CONTAINER_CONFIG_FILE_NAME
CUSTOM_TEST_CONTAINER_CONFIG_FILE_KEY
public CdiTestSuiteRunner(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected CdiTestSuiteRunner(Class<?> klass, Class<?>[] suiteClasses) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected CdiTestSuiteRunner(org.junit.runners.model.RunnerBuilder builder, Class<?> klass, Class<?>[] suiteClasses) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public void run(org.junit.runner.notification.RunNotifier notifier)
run
in class org.junit.runners.ParentRunner<org.junit.runner.Runner>
public static boolean isContainerStarted()
public static Properties getTestContainerConfig()
Copyright © 2020 The Apache Software Foundation. All rights reserved.