etap_process

Adds process/pid testing to the etap suite.

Adds process/pid testing to the etap suite.

Functions


is_alive(Pid, Desc) -> term()

Assert that a given process/pid is alive.

is_mfa(Pid, MFA, Desc) -> term()

Assert that the current function of a pid is a given {M, F, A} tuple.

is_pid(Pid, Desc) -> term()

Assert that a given variable is a pid.

View Functions