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

Use NSubstitute for mocking in tests #11

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Use NSubstitute for mocking in tests #11

merged 2 commits into from
Nov 2, 2023

Conversation

skarllot
Copy link
Owner

@skarllot skarllot commented Oct 31, 2023

Pull Request

The issue or feature being addressed

Details on the issue fix or feature implementation

Remove all usages of Moq library and replace with NSubstitute.

Confirm the following

  • I started this PR by branching from the head of the default branch
  • I have targeted the PR to merge into the default branch
  • I have included unit tests for the issue/feature
  • I have successfully run a local build

@skarllot skarllot added the enhancement New feature or request label Oct 31, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #11 (e26e6b8) into main (eac5c59) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #11   +/-   ##
=======================================
  Coverage   72.49%   72.49%           
=======================================
  Files          14       14           
  Lines         429      429           
  Branches       33       33           
=======================================
  Hits          311      311           
  Misses        112      112           
  Partials        6        6           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@skarllot skarllot merged commit 6cf3b5e into main Nov 2, 2023
5 checks passed
@skarllot skarllot deleted the feature/9 branch November 2, 2023 00:00
@skarllot skarllot linked an issue Nov 3, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature request]: Replace Moq with NSubstitute
3 participants