예제 #1
0
 public void should_return_a_non_null_object()
 {
     result.Should().NotBeNull();
 }
예제 #2
0
 public void should_return_a_PackageFiles_object()
 {
     result.Should().NotBeNull();
 }
예제 #3
0
 public void should_return_null()
 {
     result.Should().BeNull();
 }