Exemplo n.º 1
0
 public ValueTypeMatcher AllowingNullActualValue()
 {
     return(new ValueTypeMatcher(_validations.AllowingNullActualValue()));
 }
Exemplo n.º 2
0
 public InstanceOfMatcher AllowingNullActualValue()
 {
     return(new InstanceOfMatcher(Expected, _validations.AllowingNullActualValue()));
 }