Ejemplo n.º 1
0
 public void TestActivateSystem_PassInvalidId_ThrowsException()
 {
     Assert.Throws <InvalidIdentifierException>(() =>
     {
         mSystemManager.ActivateSystem((SystemId)2);
     });
 }