Runbox.Scenario (runbox v7.0.1)

Holds information about scenario.

Link to this section Summary

Link to this section Types

Link to this type

component_def()

@type component_def() :: %{id: term(), mod: module(), fun: atom(), args: map()}
@type t() :: %Runbox.Scenario{
  manifest: Runbox.Scenario.Manifest.t(),
  opts: map(),
  templates: [Runbox.ScenarioTemplate.t()]
}

Link to this section Functions

Link to this function

get_impl_for(binary)

@spec get_impl_for(String.t()) :: %{template_inspector: module()}
Link to this function

manifest_module?(module)

@spec manifest_module?(module()) :: boolean()
Link to this function

template_module?(module, manifest_module)

@spec template_module?(module(), module()) :: boolean()