TestCentric / testcentric-engine

Test engine that loads and runs tests for TestCentric
MIT License
0 stars 3 forks source link

Return to use of the NUnit 3.0 API #59

Closed CharliePoole closed 1 year ago

CharliePoole commented 1 year ago

Currently, the testcentric engine is making use of the NUnit 4.0 API, having anticipated the release of the 4.0 Engine. It no longer appears that such a release will be coming very soon.

Fortunately, the API itself has changed very little so we should be able to pull back to the 3.0 API with only a few changes. This will be beneficial because it makes it possible to use existing NUnit engine extensions with our engine, in particular the V2 FrameworkDriver and V2 ResultWriter.

CharliePoole commented 1 year ago

:tada: This issue has been resolved in version 2.0.0-alpha7 :tada:

The release is available on: