Assert.assertNull(
ProfiledSystemB.class.getAnnotation(Profile.class));
world.process();
SimpleProfiler simpleProfiler = SimpleProfiler.lastInstance;
Assert.assertNotNull(simpleProfiler);
simpleProfiler.validate();
Assert.assertEquals(1, simpleProfiler.startCount);
Assert.assertEquals(1, simpleProfiler.stopCount);
world.process();