etap_application

Provide test functionality to the application and related behaviors.

Provide test functionality to the application and related behaviors.

Functions


ensure_loaded(AppName::string(), AppVsn::string(), Desc::string()) -> true | false

Assert that an application has been loaded successfully.

load_ok(AppName::string(), Desc::string()) -> true | false

Assert that an application can be loaded successfully.

pg2_group_doesntexist(GroupName::string(), Desc::string()) -> true | false

Assert that a pg2 group does not exists.

pg2_group_exists(GroupName::string(), Desc::string()) -> true | false

Assert that a pg2 group exists.

start_ok(AppName::string(), Desc::string()) -> true | false

Assert that an application can be started successfully.

Nick Gerakines nick@gerakines.net
View Functions