AUnit.Test_Results
More...Entities
Access types
Record types
Tagged types
Dispatching subprograms
Generic instantiations
Description
Test_Error_Access [source]
Test_Failure_Access [source]
- Exception_Name of type AUnit.Message_String
- Exception_Message of type AUnit.Message_String
- Traceback of type AUnit.Message_String
- Message of type AUnit.Message_String
- Source_Name of type AUnit.Message_String
- Line of type Natural
Decription of a test routine result
- Test_Name of type AUnit.Message_String
- Routine_Name of type AUnit.Message_String
- Failure of type AUnit.Test_Results.Test_Failure_Access
- Error of type AUnit.Test_Results.Test_Error_Access
- Elapsed of type AUnit.Time_Measure.Time
40 | type Result is tagged limited private; |
---|
Record result. A result object is associated with the execution of a
top-level test suite
Record an unexpected exception
- R of type AUnit.Test_Results.Result
- Test_Name of type AUnit.Message_String
- Routine_Name of type AUnit.Message_String
- Error of type AUnit.Test_Results.Test_Error
- Elapsed of type AUnit.Time_Measure.Time
Record a test routine failure
- R of type AUnit.Test_Results.Result
- Test_Name of type AUnit.Message_String
- Routine_Name of type AUnit.Message_String
- Failure of type AUnit.Test_Results.Test_Failure
- Elapsed of type AUnit.Time_Measure.Time
Record a test routine success
- R of type AUnit.Test_Results.Result
- Test_Name of type AUnit.Message_String
- Routine_Name of type AUnit.Message_String
- Elapsed of type AUnit.Time_Measure.Time
Clear the results
- R of type AUnit.Test_Results.Result
Elapsed time for test execution
- R of type AUnit.Test_Results.Result
- Return value
Number of routines with unexpected exceptions
- R of type AUnit.Test_Results.Result
- Return value
List of routines with unexpected exceptions
- R of type AUnit.Test_Results.Result
- E of type Ada_Containers.AUnit_Lists.List
Number of failed routines
- R of type AUnit.Test_Results.Result
- Return value
List of failed routines
- R of type AUnit.Test_Results.Result
- F of type Ada_Containers.AUnit_Lists.List
Set Elapsed time for reporter
- R of type AUnit.Test_Results.Result
- T of type AUnit.Time_Measure.Time
Set count for a test run
- R of type AUnit.Test_Results.Result
- Subtest_Count of type Ada_Containers.Count_Type
Number of successful routines
- R of type AUnit.Test_Results.Result
- Return value
List of successful routines
- R of type AUnit.Test_Results.Result
- S of type Ada_Containers.AUnit_Lists.List
All routines successful?
- R of type AUnit.Test_Results.Result
- Return value
Number of routines run
- R of type AUnit.Test_Results.Result
- Return value
Result_Lists (generic instantiation) [source]
73 | package Result_Lists is new Ada_Containers.AUnit_Lists (Test_Result); |
---|
Containers for all test results
Instantiation of Ada_Containers.AUnit_Lists