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

Feature: Add the option to register custom mock services #211

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 5, 2022

  1. Set service provider in the base plugin class

    Lisa Gonaus committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    1c38de9 View commit details
    Browse the repository at this point in the history
  2. Add unit tests that describe the desired behaviour

    Lisa Gonaus committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6c1be6c View commit details
    Browse the repository at this point in the history
  3. Add the option to register custom services to enable support for e.g.…

    … IServiceEndpointNotificationService mocks
    Lisa Gonaus committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    c71f639 View commit details
    Browse the repository at this point in the history
  4. Change MockServiceEndpointNotificationService to a nested class since…

    … it's only needed in the TestCustomService
    Lisa Gonaus committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    d668cbe View commit details
    Browse the repository at this point in the history