Exemple #1
0
 public void Object_should_be_of_expected_type()
 {
     obj.ShouldBeOfType <ClassWithDictionaryProperty>();
     objectWithDictionaryProperty.ShouldNotBeNull();
 }