Beispiel #1
0
 public void A_Can_Reference_B_But_It_Does_Not()
 {
     Assert.Throws <AssertionException>(() =>
     {
         Assert.That("ArrowAsserts", Is.Referencing("ArrowAsserts.Tests"));
     });
 }
Beispiel #2
0
 public void A_Can_Reference_B_And_It_Does()
 {
     Assert.That("ArrowAsserts.Tests", Is.Referencing("ArrowAsserts"));
 }