when
Deprecated
use whenCommand instead.
Replace with
whenCommand(command,header)Content copied to clipboard
Executes a command with a custom header.
Return
an ExpectStage for defining expectations on the results
Parameters
command
the command to execute
header
the command header to use
Deprecated
use whenCommand instead.
Replace with
whenCommand(command)Content copied to clipboard
Executes a command with default header.
Return
an ExpectStage for defining expectations on the results
Parameters
command
the command to execute