eunit_test
(eunit)Test running functionality.
Test running functionality
DATA TYPES
wrapperError() = {no_such_function, mfa()} | {module_not_found, moduleName()}Functions
run_testfun(F::(any()) -> any()) -> {ok, Value} | {error, exception() (see module eunit_lib)}
function_wrapper(M, F) -> term()
enter_context(Setup, Cleanup, Instantiate, Callback) -> any()
Setup = () -> any()Cleanup = (any()) -> any()Instantiate = (any()) -> tests()Callback = (tests()) -> any()