Expectation<T>.allInvocations constructor

const Expectation<T>.allInvocations(
  1. Answer<T> response
)

A captured method or property accessor -> a function that returns a value.

Implementation

const Expectation.allInvocations(this.response)
    : call = const TypeMatcher<Invocation>();