7 references to ContainsException
xunit.assert (7)
CollectionAsserts.cs (2)
274 throw new ContainsException(expected, collection); 295 throw new ContainsException("(filter expression)", collection);
DictionaryAsserts.cs (2)
43 throw new ContainsException(expected, collection.Keys); 69 throw new ContainsException(expected, collection.Keys);
SetAsserts.cs (2)
36 throw new ContainsException(expected, set); 55 throw new ContainsException(expected, set);
StringAsserts.cs (1)
52 throw new ContainsException(expectedSubstring, actualString);