示例#1
0
 public void ThenTheDisabledCodeBlockDidNotExecute()
 {
     Assert.AreEqual(false, Spec.Get <bool>("DisabledCalled"));
 }
示例#2
0
 public void ThenTheEnabledCodeBlockDidExecute()
 {
     Assert.AreEqual(true, Spec.Get <bool>("EnabledCalled"));
 }