View Source ExUnitCluster (ExUnit.Cluster v0.1.0)

Documentation for ExUnitCluster

Link to this section Summary

Functions

See ExUnitCluster.Manager.call/5.

See ExUnitCluster.Manager.get_nodes/1.

See ExUnitCluster.Manager.start_node/1.

See ExUnitCluster.Manager.stop_node/2.

Link to this section Functions

Link to this function

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

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

See ExUnitCluster.Manager.call/5.

@spec get_nodes(pid :: pid()) :: [node()]

See ExUnitCluster.Manager.get_nodes/1.

@spec start_node(cluster :: pid()) :: node()

See ExUnitCluster.Manager.start_node/1.

@spec stop_node(cluster :: pid(), node :: node()) :: :ok | {:error, :not_found}

See ExUnitCluster.Manager.stop_node/2.