Exemplo n.º 1
0
 public override string Format(IValueFormattingService formattingService)
 {
     return("not " + _expectation.Format(formattingService));
 }
Exemplo n.º 2
0
 public override string Format(IValueFormattingService formattingService)
 {
     return("any item " + _itemExpectation.Format(formattingService));
 }