ESpec v1.7.0 ESpec.Output View Source
Provides functions for output of spec results. Uses specified formatter to format results.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Generates example info
Generates suite info
Initiates server with configuration options and formatter
Starts server
Link to this section Functions
Link to this function
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
example_finished(example) View Source
Generates example info.
Link to this function
final_result(examples) View Source
Generates suite info
Link to this function
init(args) View Source
Initiates server with configuration options and formatter
Link to this function
start() View Source
Starts server.