Mocker.verify

Verifies that certain expectation requirements were satisfied during replay phase.

checkUnmatchedExpectations - Check to see if there are any expectations that haven't been matched to a call.

checkUnexpectedCalls - Check to see if there are any calls that there were no expectation set up for.

Throws an ExpectationViolationException if those issues occur.

class Mocker
void
verify
()

Meta