예제 #1
0
 public void IfExists_WithNonNullObject()
 {
     TestObject obj = new TestObject();
     Assert.AreEqual("Foo", obj.IfExists(o => o.SomeProperty));
 }