[Tests] Update tests to use NUnit modern API
stephen-hawley opened this issue · 0 comments
stephen-hawley commented
Throughout the tests, you'll see ClassicAssert.xxxxx
this should get updated to use Assert.That
instead.
This is an easy, but large task.