Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Ivy committed Nov 26, 2024
2 parents 83a9582 + 4005230 commit 9b6a095
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

MockMe is a library for mocking dependencies in your production code. Unlike other libraries that can only mock interfaces and virtual methods, MockMe can mock sealed classes and non-virtual methods.

## Why use MockMe?

MockMe is for people like myself who don't like making interfaces with a single implementation, just for the purpose of testing your code.

## Getting Started

Download NuGet package, then the source generators and the "MockMe.Mock" type will be available in your project.
Expand Down

0 comments on commit 9b6a095

Please sign in to comment.