xamarin / binding-tools-for-swift

MIT License
157 stars 21 forks source link

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

Open stephen-hawley opened 8 months ago

stephen-hawley commented 8 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.