Assert.assertNotNull(testES);
Assert.assertSame(testService, testES);
}
public void testRuntimeBoot() throws Exception {
RuntimeContext runtime = new RuntimeContextImpl(new NullMonitorFactory(), builderRegistry,null);
runtime.start();
runtime.getRootContext();
CompositeContext system = runtime.getSystemContext();
system.registerModelObject(MockFactory.createSystemModule());