Skip to content

EXTENSION

WorkflowActionTester

Methods

assert(state:file:line:)

Triggers a test failure if the current state does not match the given expected state

  • Parameters:
  • expectedState: The expected state
  • returns: A tester containing the current state and output.

assert(output:file:line:)

Triggers a test failure if the produced output does not match the given expected output

  • Parameters:
  • expectedState: The expected output
  • returns: A tester containing the current state and output.