HoldsOption
Option step which allows to specify DescriptiveAssertion.holds.
Properties
Functions
Link copied to clipboard
Uses the given test as DescriptiveAssertion.holds.
abstract fun <T> withTest(expect: Expect<T>, test: (T) -> Boolean): Descriptive.DescriptionOption<Descriptive.FinalStep>
Uses the given test as DescriptiveAssertion.holds based on the subject provided by expect.