AUnit.Test_Caller
More...Entities
Access types
Tagged types
Subprograms
Dispatching subprograms
Description
Test_Case_Access [source]
Inherits Test_Case
Return a test case from a test fixture method, reporting the result
of the test using the Name parameter.
- Name of type String
- Test of type AUnit.Test_Caller.Test_Method
- Return value
Initialize a test case from a test fixture method, reporting the result
of the test using the Name parameter.
- TC of type AUnit.Test_Caller.Test_Case
- Name of type String
- Test of type AUnit.Test_Caller.Test_Method
Test case name
- Test of type AUnit.Test_Caller.Test_Case
- Return value
Perform the test.
- Test of type AUnit.Test_Caller.Test_Case
Set up performed before each test case
- Test of type AUnit.Test_Caller.Test_Case
Tear down performed after each test case
- Test of type AUnit.Test_Caller.Test_Case