AdaCL_EAStrings_Test
More...Entities
Constants and variables
Generic instantiations
Description
65 | Trace_Directory : constant String := "share/AdaCL_EAStrings_Test/"; |
---|
66 | Trace_File : constant String := Trace_Directory & "AdaCL_EAStrings_Test.log"; |
---|
Assert (generic instantiation) [source]
35 | package Assert is new AdaCL.Assert (Report_Assertion => AUnit.Assertions.Assert); |
---|
Instantiation of AdaCL.Assert
Assert_Base (generic instantiation) [source]
Instantiation of AdaCL.Assert.Pointer
Assert_File_Size (generic instantiation) [source]
37 | package Assert_File_Size is new Assert.Discrete (Discrete_Type => Ada.Directories.File_Size); |
---|
Instantiation of AdaCL.Assert.Discrete
Assert_Integer (generic instantiation) [source]
38 | package Assert_Integer is new Assert.Discrete (Discrete_Type => Integer); |
---|
Instantiation of AdaCL.Assert.Discrete
Assert_Limited_Base (generic instantiation) [source]
Instantiation of AdaCL.Assert.Pointer
Assert_String (generic instantiation) [source]
44 | package Assert_String is new Assert.Arrays |
---|
45 | (Element_Type => Character, |
---|
46 | Index_Type => Positive, |
---|
47 | Array_Type => String); |
---|
Instantiation of AdaCL.Assert.Arrays
Assert_Unsigned_16 (generic instantiation) [source]
39 | package Assert_Unsigned_16 is new Assert.Discrete (Discrete_Type => Interfaces.Unsigned_16); |
---|
Instantiation of AdaCL.Assert.Discrete
Assert_Unsigned_32 (generic instantiation) [source]
40 | package Assert_Unsigned_32 is new Assert.Discrete (Discrete_Type => Interfaces.Unsigned_32); |
---|
Instantiation of AdaCL.Assert.Discrete
Assert_Unsigned_64 (generic instantiation) [source]
41 | package Assert_Unsigned_64 is new Assert.Discrete (Discrete_Type => Interfaces.Unsigned_64); |
---|
Instantiation of AdaCL.Assert.Discrete
Assert_Unsigned_8 (generic instantiation) [source]
42 | package Assert_Unsigned_8 is new Assert.Discrete (Discrete_Type => Interfaces.Unsigned_8); |
---|
Instantiation of AdaCL.Assert.Discrete
Assert_Wide_String (generic instantiation) [source]
49 | package Assert_Wide_String is new Assert.Arrays |
---|
50 | (Element_Type => Wide_Character, |
---|
51 | Index_Type => Positive, |
---|
52 | Array_Type => Wide_String); |
---|
Instantiation of AdaCL.Assert.Arrays
Assert_Wide_Wide_String (generic instantiation) [source]
54 | package Assert_Wide_Wide_String is new Assert.Arrays |
---|
55 | (Element_Type => Wide_Wide_Character, |
---|
56 | Index_Type => Positive, |
---|
57 | Array_Type => Wide_Wide_String); |
---|
Instantiation of AdaCL.Assert.Arrays