View Source Chaperon.Action.CallFunction (chaperon v0.3.1)

Performs & measures a function call (with args) within a session's Chaperon.Scenario module.

Link to this section Summary

Link to this section Types

@type callback() ::
  atom() | {module(), atom()} | (Chaperon.Session.t() -> Chaperon.Session.t())
@type t() :: %Chaperon.Action.CallFunction{args: [any()], func: callback()}