9 references to DoesNotContainException
xunit.assert (9)
CollectionAsserts.cs (4)
350
throw new
DoesNotContainException
(expected, collection);
356
throw new
DoesNotContainException
(expected, collection);
381
throw new
DoesNotContainException
(expected, collection);
400
throw new
DoesNotContainException
("(filter expression)", collection);
DictionaryAsserts.cs (2)
153
throw new
DoesNotContainException
(expected, collection.Keys);
176
throw new
DoesNotContainException
(expected, collection.Keys);
SetAsserts.cs (2)
99
throw new
DoesNotContainException
(expected, set);
117
throw new
DoesNotContainException
(expected, set);
StringAsserts.cs (1)
89
throw new
DoesNotContainException
(expectedSubstring, actualString);