Provides the Assertion on method arguments I to produce ArgumentExpectation.
Provides the Assertion on method arguments I to produce ArgumentExpectation.
Available only for methods that do take arguments.
Provides the ReturnExpectation to produce the final Expectation.
Provides the ReturnExpectation to produce the final Expectation.
Available only for methods that don't take arguments.
Render method fully qualified name.
Render method fully qualified name.
A
Model[M, I, A]represents a capability of moduleMthat takes an inputIand returns an effect that may produce a singleA.