TUnit.Mocks.Assertions dependency on TUnit.Mocks #5976
robertcoltheart
started this conversation in
General
Replies: 1 comment
-
|
The TUnit.Mocks.Assertions is a library of optional extension methods for interacting with Mocks. TUnit.Mocks and TUnit.Assertions are designed to be standalone libraries. They could be used elsewhere without the TUnit engine. So designed not to be tightly coupled 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there any particular reason the mocks assertions package relies on the mocks library and not the other way around?
Given the pattern with TUnit depending on TUnit.Assertions I would have expected the same for TUnit.Mocks to depend on TUnit.Mocks.Assertions.
Tell me if I'm missing something 😀
Beta Was this translation helpful? Give feedback.
All reactions