IMemberVerifier interface
Service for verifying members.
csharp
public interface IMemberVerifier
public interface IMemberVerifier
Members
name | description |
---|---|
Called(…) | Verify that the select member with the given conditions is called exactly n times. |
CalledAtLeastOnce() | Verify that the select member with the given conditions is called at least once. |
See Also
- namespace Twizzar.Fixture