*/
@Test
public void testStart() {
System.out.println("start");
int groupCount = 0;
ListenerNotifier notifier = null;
ListedHashTree threadGroupTree = null;
StandardJMeterEngine engine = null;
AbstractSimpleThreadGroup instance = new AbstractSimpleThreadGroupImpl();
instance.start(groupCount, notifier, threadGroupTree, engine);
}