AUnit.Test_Fixtures

More...

Entities

Tagged types

Test_Fixture

Dispatching subprograms

Set_Up
Tear_Down

Description

Test_Fixture [source]

78 type Test_Fixture is new AUnit.Assertions.Test with private;

Inherits Test

Inherited by Test_Fixture

Set_Up [source]

80 procedure Set_Up (Test : in out Test_Fixture);

Set up performed before each test case

Test of type AUnit.Test_Fixtures.Test_Fixture

Tear_Down [source]

83 procedure Tear_Down (Test : in out Test_Fixture);

Tear down performed after each test case

Test of type AUnit.Test_Fixtures.Test_Fixture