Skip to content

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)
parameterdescription
timesThe number of calls expected.

See Also