View Source amoc (amoc v3.0.0-rc2)

Summary

Types

-type scenario() :: module().

Functions

-spec add(pos_integer()) -> ok | {error, any()}.
Link to this function

do(Scenario, Count, Settings)

View Source
-spec do(scenario(), non_neg_integer(), amoc_config:settings()) -> ok | {error, term()}.
Link to this function

remove(Count, ForceRemove)

View Source
-spec remove(pos_integer(), boolean()) -> {ok, non_neg_integer()} | {error, any()}.
-spec stop() -> ok | {error, any()}.