* this test will manage the lifecycle for the test support object.
*/
@Before
public void before() throws Exception {
if (distributedTestSupport == null) {
distributedTestSupport = new DefaultDistributedTestSupport();
distributedTestSupport.startup();
suiteDetected = false;
}
}