TestCentric / testcentric-gui

TestCentric GUI Runner for NUnit
Other
67 stars 30 forks source link

Support for NUnit V4 #1056

Closed CharliePoole closed 4 months ago

CharliePoole commented 4 months ago

Currently, the GUI is only capable of running NUnit V3 tests - plus V2 tests using an extension. I delayed addition of V4 support, because I thought the framework execution API was going to change. However, it remains the same and NUnit has now released version 4.1, so it's now time to add that support.

This issue is an Epic involving tasks in a number of our independent components.

Updating of each component's tests to run under NUnit 4 will be done at the same time.