xamarin / binding-tools-for-swift

MIT License
160 stars 21 forks source link

[Tests] Update tests to use NUnit modern API #804

Open stephen-hawley opened 11 months ago

stephen-hawley commented 11 months ago

Throughout the tests, you'll see ClassicAssert.xxxxx this should get updated to use Assert.That instead. This is an easy, but large task.