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

Add interfaces enabling consuming projects to mock ProjectManagerFactory, BaseProjectManager, and TypedManager #416

Merged

Conversation

pmalmsten
Copy link
Contributor

Adds IProjectManagerFactory.cs, IBaseProjectManager, ITypedManager interfaces, such that consuming projects can mock ProjectManagerFactory, BaseProjectManager, and TypedManager using tools like FakeItEasy or Moq.

…erfaces

These enable consuming projects to mock ProjectManagerFactory,
BaseProjectManager, and TypedManager instances.
@pmalmsten pmalmsten requested review from jpinz and brbayes-msft May 9, 2023 00:25
Copy link
Member

@jpinz jpinz left a comment

Choose a reason for hiding this comment

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

LGTM! :shipit:

@pmalmsten pmalmsten merged commit 7ed7c08 into microsoft:main May 9, 2023
@pmalmsten pmalmsten deleted the paulmalmsten/add-unit-testing-interfaces branch May 9, 2023 17:15
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.

2 participants