ALL or REMAINING enum.
Runs all verifies after, not including, the mock.
Any mock within mocks. Note: Excludes ambiguous first/last mock in a Simple Closed Curve (In case of ambiguity, use FIRST or LAST enum).
Runs all verifies up to, not including, the mock.
Any mock within mocks. Note: Excludes ambiguous first/last mock in a Simple Closed Curve (In case of ambiguity, use FIRST or LAST enum).
Runs no interaction lambda for ALL or REMAINING mocks.
ALL or REMAINING enum.
Runs no interaction lambda for all mocks that are only after, but not including, mock passed into method.
Any mock within mocks. Note: Excludes ambiguous first/last mock in a Simple Closed Curve (In case of ambiguity, use FIRST or LAST enum).
Runs all verifies up to, and including, the mock.
Any mock within mocks. Note: Excludes ambiguous first/last mock in a Simple Closed Curve (In case of ambiguity, use FIRST or LAST enum).
Runs ALL or REMAINING whens.
ALL or REMAINING enum.
Runs all whens after, not including, the mock.
Any mock within mocks. Note: Excludes ambiguous first/last mock in a Simple Closed Curve (In case of ambiguity, use FIRST or LAST enum).
Runs all whens up to, not including, the mock.
Any mock within mocks. Note: Excludes ambiguous first/last mock in a Simple Closed Curve (In case of ambiguity, use FIRST or LAST enum).
Generated using TypeDoc
Runs ALL or REMAINING verifies.
Not calling with ALL or REMAINING enum.