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

Migrate integration test #508

Merged
merged 4 commits into from
Jan 27, 2019
Merged

Migrate integration test #508

merged 4 commits into from
Jan 27, 2019

Conversation

martincostello
Copy link
Member

@martincostello martincostello commented Jan 27, 2019

Relates to #380.

  • Migrate the integration tests for container registration of handler to the new fluent interface.
  • Enforce a single handler registration per message type for the Microsoft DI IHandlerResolver implementation to match the previous behaviour with StructureMap which was exposed while moving those tests.
  • Remove redundant tests for named handlers which just provided a test implementation that tested itself.
  • Add functionality to support registering a custom IHandlerResolver service more easily which was exposed by removing the test that tested itself for named resolution.
  • Add debug-level logging for handler resolution.
  • Change the default logging level for the integration tests to Debug so that more verbose logging is collected in the test logs, including the new logging added to the MS handler resolver.

Change the default logging level for the integration tests to Debug.
Enforce a single handler registration per message type for the Microsoft DI IHandlerResolver implementation to match the previous behaviour with StructureMap.
Add debug-level logging for handler resolution.
Migrate the integration tests for container registration of handler to the new fluent interface.
Remove redundant tests for named handlers which just provided a test implementation that tested itself.
Add functionality to support registering a custom IHandlerResolver service more easily.
@martincostello martincostello merged commit 6a1e6de into justeattakeaway:master Jan 27, 2019
@martincostello martincostello deleted the Migrate-Integration-Test branch January 27, 2019 14:24
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