AUnit.Test_Suites
More...Entities
Simple types
Access types
Record types
Tagged types
Subprograms
Dispatching subprograms
Generic instantiations
Description
Test_Suite_Elt_Kind [source]
- TC_Elt
- TS_Elt
Access_Test_Suite [source]
Test_Suite_Element [source]
- Kind of type AUnit.Test_Suites.Test_Suite_Elt_Kind
- TC of type AUnit.Simple_Test_Cases.Test_Case_Access
- TS of type AUnit.Test_Suites.Access_Test_Suite
Inherits Test
- S of type
- T of type
Add a test case or suite to this suite
- S of type
- T of type
Create a new test suite
- Return value
Run all tests collected into this suite
- Suite of type
- Options of type AUnit.Options.AUnit_Options
- R of type AUnit.Test_Results.Result
- Outcome of type AUnit.Status
Test_Lists (generic instantiation) [source]
78 | package Test_Lists is new Ada_Containers.AUnit_Lists (Test_Suite_Element); |
---|
Instantiation of Ada_Containers.AUnit_Lists