Skip to content

IMemberVerifier interface

Service for verifying members.

csharp
public interface IMemberVerifier
public interface IMemberVerifier

Members

namedescription
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