assertFalse(otherThread.one.equals(otherThread.two));
assertEquals(instance, ConditionManager.getInstance());
}
public void testCommandStateManagerReset() throws Exception {
CommandStateManager instance = CommandStateManager.getInstance();
assertNotNull(instance);
class ConcurrentThread extends Thread {
CommandStateManager one = null;
CommandStateManager two = null;