6 references to DoesNotContain
Microsoft.DotNet.XUnitAssert.Tests (6)
Asserts\StringAssertsTests.cs (6)
146 Assert.DoesNotContain("hey".Memoryify(), "Hello, world!".AsMemory()); 160 Assert.DoesNotContain("WORLD".Memoryify(), "Hello, world!".AsMemory()); 188 verify(() => Assert.DoesNotContain("world".Memoryify(), "Hello, world!".AsMemory())); 222 verify(() => Assert.DoesNotContain("world".Memoryify(), "Hello, world from a very long string that will end up being truncated".AsMemory())); 250 verify(() => Assert.DoesNotContain("world".Memoryify(), "This is a relatively long string that has 'Hello, world' placed in the middle so that we can dual trunaction".AsMemory())); 278 verify(() => Assert.DoesNotContain("world".Memoryify(), "This is a relatively long string that will from the front truncated, just to say 'Hello, world'".AsMemory()));