MissingStubError constructor

MissingStubError(
  1. Invocation invocation
)

An error which is thrown when no stub is found which matches the arguments of a real method call on a mock object.

Implementation

MissingStubError(this.invocation);