AUnit.Run
More...Entities
Subprograms
Description
- Reporter of type AUnit.Reporter.Reporter
- Options of type AUnit.Options.AUnit_Options
Test_Runner_With_Results [source]
In this version, you can pass your own Result class. In particular, this
can be used to extend the Result type so that for instance you can
output information every time a test passed or fails.
Results is not cleared before running the tests, this is your
responsibility, so that you can for instance cumulate results as needed.
- Reporter of type AUnit.Reporter.Reporter
- Results of type AUnit.Test_Results.Result
- Options of type AUnit.Options.AUnit_Options
Test_Runner_With_Status [source]
- Reporter of type AUnit.Reporter.Reporter
- Options of type AUnit.Options.AUnit_Options
- Return value