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