TestCentric / testcentric-engine

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

Create testcentric.extensibility assembly containing all extensibility logic #58

Closed CharliePoole closed 1 year ago

CharliePoole commented 1 year ago

Fixes #56

This PR creates the testcentric.extensibility assembly and sets up a DriverService to use it for loading drivers. However, no drivers are currently loaded because the existing V2 framework driver has not yet been revised to use the NUnit 4.0 API.