Name | Description |
---|---|
MethodNotStubbedException | Thrown when a method on a faked object is called without it having been registered with `Stub(..)`. |
ThatsNotASetterException | Thrown when the body of the setter action passed to `StubSetter(..)` is not actually a setter assignment. |