eunit_server
EUnit server process.
EUnit server process
Functions
start(Server) -> term()
stop(Server) -> term()
start_test(Server, Super, T, Options) -> term()
watch(Server, Module, Opts) -> term()
watch_path(Server, Path, Opts) -> term()
watch_regexp(Server, Regex, Opts) -> term()
See also
eunit
Richard Carlsson
carlsson.richard@gmail.com