Generates unique names for mocks, stubs, and mock functions
Generates unique names for mocks, stubs, and mock functions
Verify all expectations.
Verify all expectations.
Trait that can be mixed into org.scalatest.path.* specs (e.g. path.FunSpec).
MockFactory cannot be used because it overrides a final method. If you use path.FunSpec you need to verify expectations yourself - just add verifyExpectations at the end of the root-level suite.
See MockFactory for more information.