Skip to content

Add KnockOff to Mocking section#232

Merged
amis92 merged 1 commit intoamis92:mainfrom
keithdv:add-knockoff
Feb 12, 2026
Merged

Add KnockOff to Mocking section#232
amis92 merged 1 commit intoamis92:mainfrom
keithdv:add-knockoff

Conversation

@keithdv
Copy link
Contributor

@keithdv keithdv commented Feb 9, 2026

Adds KnockOff to the Testing > Mocking section.

KnockOff is a source-generated mocking library with a hybrid stub+mock design. Stubs are real classes you define once and reuse across your test project, with full mock capabilities (Return, Verify, When chains) built in.

Source-generated mocking library with a hybrid stub+mock design.
https://github.com/NeatooDotNet/KnockOff
@keithdv keithdv requested a review from amis92 as a code owner February 9, 2026 22:47
Copy link
Owner

@amis92 amis92 left a comment

Choose a reason for hiding this comment

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

Thanks!

@amis92 amis92 merged commit 1d145d3 into amis92:main Feb 12, 2026
@keithdv
Copy link
Contributor Author

keithdv commented Feb 12, 2026

Thank you!

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