Skip to content
Tim Watson edited this page Jun 4, 2013 · 3 revisions

#Module systest_sut#

Behaviours: gen_server.

##Function Index##

check_config/2
code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
log_status/1
print_status/1
proc_names/1
proc_pids/1
procs/1
restart_proc/2
restart_proc/3
start/1
start/2
start/3
start_link/2
start_link/3
status/1
stop/1
stop/2
terminate/2

##Function Details##

###check_config/2##

check_config(Sut, Config) -> any()

###code_change/3##

code_change(OldVsn, State, Extra) -> any()

###handle_call/3##

handle_call(Msg, From, State) -> any()

###handle_cast/2##

handle_cast(Msg, State) -> any()

###handle_info/2##

handle_info(Ev, State) -> any()

###init/1##

init(X1) -> any()

###log_status/1##

log_status(Sut) -> any()

###print_status/1##

print_status(Sut) -> any()

###proc_names/1##

proc_names(Sut) -> any()

###proc_pids/1##

proc_pids(Sut) -> any()

###procs/1##

procs(SutRef) -> any()

###restart_proc/2##

restart_proc(SutRef, Proc) -> any()

###restart_proc/3##

restart_proc(SutRef, Proc, Timeout) -> any()

###start/1##

start(Config) -> any()

###start/2##

start(SutId, Config) -> any()

###start/3##

start(ScopeId, SutId, Config) -> any()

###start_link/2##

start_link(SutId, Config) -> any()

###start_link/3##

start_link(ScopeId, SutId, Config) -> any()

###status/1##

status(SutRef) -> any()

###stop/1##

stop(SutRef) -> any()

###stop/2##

stop(SutRef, Timeout) -> any()

###terminate/2##

terminate(Reason, State) -> any()