예제 #1
0
 public void ShouldNotExist()
 {
     Assert.That(classUnderTest.Exists("does-not-exist"), Is.False);
 }
예제 #2
0
 public void ShouldExist()
 {
     Assert.That(classUnderTest.Exists(HeaderName), Is.True);
 }