@Rule
public TestName name = new TestName();
@BeforeClass
public static void beforeAllTests() throws Exception {
ctrl = new ProcessesController();
scCtx = ctrl.startSC(TestConstants.SC0, TestConstants.log4jSC0Properties, TestConstants.SC0Properties);
}