ExUnitJsonFormatter (exunit_formatter_json v0.1.0)

Documentation for ExUnitJsonFormatter.

For another approach that inspired some of this work, see junit_formatter.

Link to this section Summary

Link to this section Types

Link to this type

jsonformat()

@type jsonformat() ::
  {:jsonformat, modules :: [ExUnit.TestModule.t()], seed :: any(),
   run_time_usecs :: non_neg_integer(), async_time_usecs :: non_neg_integer(),
   load_time_usecs :: non_neg_integer(), sync_time_usecs :: non_neg_integer(),
   total_time_usecs :: non_neg_integer()}

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

decode_test_status(status)

Link to this macro

jsonformat(args \\ [])

(macro)
Link to this macro

jsonformat(record, args)

(macro)
Link to this function

state_to_map(arg)

Link to this function

summarize_test_case(test)

Link to this function

summarize_test_module(test_module)