The most popular and friendly mocking framework for .NET
Stars
256
Forks
43
Watchers
256
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
Refactored out IAspect.cs and made the default Behavior.cs actually be a CompositeBehavior.cs that runs multiple behaviors in phases (Before/After/Invoke).
84221b6View on GitHubExtracted IBehavior interface, and created DelegateBehavior to allow anonymous behaviors.
9eb8450View on GitHubAdd dynamic proxy to tests, for more realistic testing.
a010754View on GitHubAdd support for dynamically disabling aspects, and stopping pipeline behavior.
8c9b6caView on GitHubRefactored fake mock base implementation to TestMock. Fixed failing proxy tests.
b72a603View on GitHubRenamed IProxied.cs to IMock.cs, changed target namespace to Moq.Sdk
549c4b3View on GitHub