IVerifies Members

Moq

Collapse imageExpand ImageCopy imageCopyHover image

Methods

  NameDescription
Public methodVerifiable()()()()
Marks the expectation as verifiable, meaning that a call to Verify()()()() will check if this particular expectation was met.
Public methodVerifiable(String)
Marks the expectation as verifiable, meaning that a call to Verify()()()() will check if this particular expectation was met, and specifies a message for failures.

See Also