Ejemplo n.º 1
0
 public CompletionAssertion <T> EqualToValueOf(T otherValue)
 {
     return(add(() => completion.EqualToValueOf(otherValue), $"Value of $name must $not equal {otherValue}"));
 }