View Source ExUnitCluster.Manager (ExUnit.Cluster v0.4.0)

Documentation for ExUnitCluster.Manager

Link to this section Summary

Link to this section Functions

Link to this function

call(pid, node, module, function, args, timeout)

View Source
@spec call(pid(), node(), module(), atom(), [term()], timeout()) :: term()

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec get_nodes(pid()) :: [node()]
Link to this function

start_node(pid, opts, timeout)

View Source
@spec start_node(pid(), keyword(), timeout()) :: node()
Link to this function

stop_node(pid, node, timeout)

View Source
@spec stop_node(pid(), node(), timeout()) :: :ok | {:error, :not_found}