linux man page for eunit

Query: eunit

OS: linux

Section: 3erl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

eunit(3erl)						     Erlang Module Definition						       eunit(3erl)

NAME
eunit - This module is the main EUnit user interface.
DESCRIPTION
This module is the main EUnit user interface.
EXPORTS
start() -> term() Starts the EUnit server. Normally, you don't need to call this function; it is started automatically. stop() -> term() Stops the EUnit server. Normally, you don't need to call this function. test(Tests) -> term() Equivalent to test(Tests, []) . test(Tests::term(), Options::[term()]) -> ok | {error, term()} Runs a set of tests. The format of Tests is described in the section EUnit test representation of the overview. Example: eunit:test(fred) runs all tests in the module fred and also any tests in the module fred_tests , if that module exists. Options: verbose : Displays more details about the running tests. Options in the environment variable EUNIT are also included last in the option list, i.e., have lower precedence than those in Options . See also: test/1 .
AUTHORS
Micka&euml;l R&eacute;mond <mickael.remond@process-one.net > Richard Carlsson <richardc@it.uu.se > eunit 2.1.6 eunit(3erl)
Related Man Pages
ct_master(3erl) - linux
epp_dodger(3erl) - linux
inets(3erl) - linux
wxbuffereddc(3erl) - linux
test(1) - ultrix
Similar Topics in the Unix Linux Community
AceUnit 0.5 (Default branch)
AceUnit 0.6 (Default branch)
AceUnit 0.6.1 (Default branch)