eunit_test
(eunit)Test running functionality.
Test running functionality
DATA TYPES
wrapperError() = {no_such_function, mfa()} | {module_not_found, moduleName()}
Functions
enter_context(Setup, Cleanup, Instantiate, Callback) -> any()
Setup = () -> any()
Cleanup = (any()) -> any()
Instantiate = (any()) -> tests()
Callback = (tests()) -> any()