AutoMocker.VerifyAll method

April 20, 2021 · View on GitHub

This is a shortcut for calling mock.VerifyAll() on every mock that we have.

public void VerifyAll()

See Also

  • class AutoMocker
  • namespace Moq.AutoMock