TestCentric / testcentric-engine

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

Replace nunit.engine.api with testcentric.engine.api #154

Closed CharliePoole closed 11 months ago

CharliePoole commented 12 months ago

This has been a long-term goal for a while but was never documented in an issue.

Originally, I thought we could do this gradually, but experience has shown that the various interfaces in the api are too inter-dependent for that to work easily. Consequently, the intent of this issue is to try to immediately do away with direct use of the nunit api and replace it with our own. Further changes will be needed after this is done, but that will be a matter for other issues to address.

We may still reference the NUnit Api behind the scenes in order to interoperate with NUnit. In a few cases, our own interface may need to inherit from the correspoinding NUnit interface.

CharliePoole commented 11 months ago

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

The release is available on: