Skip to main content

Module assertion

Module assertion 

Source
Expand description

Assertion providers for function and method calls.

These providers allow plugins to specify additional type assertions that should be applied after a function or method call.

Structs§

InvocationAssertions
Assertions to apply after an invocation.

Traits§

FunctionAssertionProvider
Provider for getting additional assertions from function calls.
MethodAssertionProvider
Provider for getting additional assertions from method calls.