Next Matchers
object NextMatchers
Provides utility functions for matching Next instances in tests.
Functions
Link copied to clipboard
Returns a matcher that matches if all the supplied effects are present in the supplied Next, in any order. The Next may have more effects than the ones included.
Returns a matcher that matches Next instances whose effects match the supplied effect matcher.
Link copied to clipboard
Returns a matcher that matches Next instances with a model.
Returns a matcher that matches Next instances with a model that is equal to the supplied one.
Returns a matcher that matches Next instances with a model that matches the supplied model matcher.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard