Esempio n. 1
0
 public void The_Collection_interface_does_not_expose_the_method()
 {
     CollectionInterface.Should().NotHaveMethod(_expectedMethodName);
 }
Esempio n. 2
0
 public void The_Collection_interface_does_not_expose_it()
 {
     CollectionInterface.Should().NotHaveProperty(_navigationProperty.Name);
 }
Esempio n. 3
0
 public void When_it_is_an_instance_property_then_the_Collection_interface_does_not_expose_it()
 {
     CollectionInterface.Should().NotHaveProperty(_structuralInstanceProperty.Name);
 }