public class HybridBootstrap
extends java.lang.Object
This class allows you to specify a Logging.properties file for customized JUnit runs. Also allows loading of modules prior to tests.
| Constructor and Description |
|---|
HybridBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBootstrapped() |
static void |
pull(java.lang.String loggingPropertiesFile,
boolean modular)
Sets up the Partner system environment.
|