Mocker.allowing

Set up a result for a method, but without any backend accounting for it. Things where you want to allow this method to be called, but you aren't currently testing for it.

  1. ExpectationSetup allowing(T ignored)
  2. ExpectationSetup allowing()
    class Mocker
    allowing
    (
    T = void
    )
    (
    )

Meta