예제 #1
0
 public void testActionSystemTracksActiveState()
 {
     actionSystem.Perform(new TestAction());
     Assert.IsTrue(actionSystem.IsActive);
     RunToCompletion();
     Assert.IsFalse(actionSystem.IsActive);
 }