-
Registers the given
Runnable as cleanup callback to always run after completion of the
Scenario,
no matter the outcome of its execution (error or success).
Registers the given
Consumer as cleanup callback to always run after completion of the
Scenario,
no matter the outcome of its execution (error or success).
Configures the
Scenario to wait for at most the given duration for an event of the subsequent
specification to arrive.
Scenario.When.customize(Function<org.awaitility.core.ConditionFactory,org.awaitility.core.ConditionFactory> customizer)
Customize the execution of the scenario.
Publishes the given event.
Publishes the event provided by the given
Supplier.
Stimulates the system by executing the given
Runnable.
Stimulates the system using the given function providing access to the
TransactionOperations and keeping
the supplied value around for later verification.
Stimulates the system using the given
Supplier and keeping the supplied value around for later
verification.