IMemberVerifier.Called method
Verify that the select member with the given conditions is called exactly n times.
csharp
public void Called(int times)
public void Called(int times)
parameter | description |
---|---|
times | The number of calls expected. |
See Also
- interface IMemberVerifier
- namespace Twizzar.Fixture