public class JUnitBootstrap
extends java.lang.Object
This class takes care of various startup chores like initializing logging and setting various Java properties.
In the setUp() method of a JUnitTest, call the pull() method.
Copyright 2006-2007 Partner Software, Inc.
| Constructor and Description |
|---|
JUnitBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBootstrapped() |
static void |
pull()
Sets up the Partner system environment.
|
static void |
pull(java.lang.String loggingPropertiesFile)
Sets up the Partner system environment.
|
public static void pull()
public static void pull(java.lang.String loggingPropertiesFile)
public static boolean isBootstrapped()