nunit / docs

Documentation for all active NUnit projects
https://docs.nunit.org
MIT License
601 stars 155 forks source link

Add documentation for new `WhiteSpace` constraint/modifiers #957

Closed manfred-brands closed 3 months ago

manfred-brands commented 3 months ago

4.2 will add:

Assert.That(<s>, Is.WhiteSpace)
Assert.That(<s>, Is.Not.WhiteSpace)
Assert.That("Hello World"), Is.EqualTo("HelloWorld").IgnoreWhiteSpace)

This issue is to update the documentation with these new constraints.

NUnit PR 4664

manfred-brands commented 3 months ago

Duplicate of #922