alwaysDoes

infix fun alwaysDoes(action: suspend () -> Result)(source)

Configures a tool to always execute the provided action whenever it is invoked.

Parameters

action

A suspendable function that returns a Result. The provided action is executed every time the tool is called.