Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate use of ProjectService in agents and AbstractTestRunner #564

Merged
merged 2 commits into from
Mar 16, 2019

Conversation

CharliePoole
Copy link
Collaborator

@CharliePoole CharliePoole commented Mar 5, 2019

Fixes #563

After eliminating the reference in Program.cs, I realized that the reference in AbstractTestRunner was unused. That makes sense because AbstractTestRunner is the base class for all ITestEngineRunners. If the reference were needed, then the service would be needed in the agent as well.

mikkelbu
mikkelbu previously approved these changes Mar 5, 2019
Copy link
Member

@mikkelbu mikkelbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but shouldn't this PR refer to #563?

@CharliePoole
Copy link
Collaborator Author

Right.

@CharliePoole
Copy link
Collaborator Author

Since the change is still pending, I also added a small change removing the SettingsService reference from the engine. This fixes #566 as well.

Copy link
Collaborator

@jnm2 jnm2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay, deleting code! My favorite! :D

src/NUnitEngine/nunit-agent/Program.cs Show resolved Hide resolved
Copy link
Member

@ChrisMaddock ChrisMaddock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks Charlie!

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.

None yet

4 participants