It's common to have to pass binary data around in URLs. There's many ways to do this in .NET, but the "simplest" can come with performance penalties. I've explored and written an efficient, easy-to-use helper for this common task.
https://t.co/GARPHvECyJ
NUnit supports domain-specific assertions through the creation of custom constraints, allowing tests to be clearer and more expressive. C#'s new extension member feature makes this easier than ever.
Read on for more information and examples:
https://t.co/3ztpi4552f
Sometimes integration tests can take longer to run than expected and must be shut down gracefully. NUnit 4 has added support for the cooperative cancellation of tests through the introduction of a new "CancelAfter" attribute.
Read more here: https://t.co/aJZS9WeCfz
Sometimes you may want to automatically rerun failed tests to compensate for flakiness or downstream instability. This is supported out-of-the-box as of NUnit 4.5, however those on earlier versions may need a custom solution similar to one shown here.
https://t.co/0bfYetkSS7
#NUnit-Console version 3.18 is released. See release notes here: Release NUnit Console and Engine 3.18.0 · nunit/nunit-console (https://t.co/FEozYwEGJy) Download from #Nuget and #Chocolatey
#NUnit3TestAdapter, version 5 is out in beta! It includes the brand new Microsoft #TestPlatform. Get it from MyGet at https://t.co/kVdQ48QimY , links to docs w/samples here https://t.co/zOESYdnQYp
NUnit 4.0 is released. See release notes with 110 features and bug fixes at https://t.co/1rtI8irSGj, some essential new features are described at https://t.co/FpA5ZzksQZ, and the migration guide at https://t.co/t8LzH7MVPv. Download from Nuget NUnit 4.0 https://t.co/uF0A8xUs6v.