Skip to content

Conversation

@ChrisMaddock
Copy link
Member

Fixes #829

This refactors a change made in #783. The idea was to have the MasterTestRunner request an IExtensionService interface rather than a concrete ExtensionService, which would have meant it could be better tested with a mock, rather than needing the full type.

This required a change to the IExtensionService interface, which we've since discovered causes other issues - summary in #826. Refactoring to undo that change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Revert change made to IExtensionService in nunit.engine.api

2 participants