1
2
3
4
5
6
7
8
9
|
------------------------------------------------------------------------------
-- Copyright (c) 2014, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- purpose with or without fee is hereby granted, provided that the above --
-- copyright notice and this permission notice appear in all copies. --
-- --
-- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --
-- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF --
|
|
|
1
2
3
4
5
6
7
8
9
|
------------------------------------------------------------------------------
-- Copyright (c) 2014-2017, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- purpose with or without fee is hereby granted, provided that the above --
-- copyright notice and this permission notice appear in all copies. --
-- --
-- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --
-- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF --
|
29
30
31
32
33
34
35
36
37
38
39
40
|
procedure Consistency (Report : in out NT.Reporter'Class);
procedure Cursor_Operations (Report : in out NT.Reporter'Class);
procedure Direct_Access (Report : in out NT.Reporter'Class);
procedure Empty_Map (Report : in out NT.Reporter'Class);
procedure Iterations (Report : in out NT.Reporter'Class);
procedure Map_Updates (Report : in out NT.Reporter'Class);
procedure Range_Iterators (Report : in out NT.Reporter'Class);
procedure Unsafe_Map_Roundtrip (Report : in out NT.Reporter'Class);
procedure Update_Constructors (Report : in out NT.Reporter'Class);
procedure Update_Constructor_Exceptions (Report : in out NT.Reporter'Class);
end Natools.Constant_Indefinite_Ordered_Map_Tests;
|
>
|
29
30
31
32
33
34
35
36
37
38
39
40
41
|
procedure Consistency (Report : in out NT.Reporter'Class);
procedure Cursor_Operations (Report : in out NT.Reporter'Class);
procedure Direct_Access (Report : in out NT.Reporter'Class);
procedure Empty_Map (Report : in out NT.Reporter'Class);
procedure Iterations (Report : in out NT.Reporter'Class);
procedure Map_Updates (Report : in out NT.Reporter'Class);
procedure Range_Iterators (Report : in out NT.Reporter'Class);
procedure Rank (Report : in out NT.Reporter'Class);
procedure Unsafe_Map_Roundtrip (Report : in out NT.Reporter'Class);
procedure Update_Constructors (Report : in out NT.Reporter'Class);
procedure Update_Constructor_Exceptions (Report : in out NT.Reporter'Class);
end Natools.Constant_Indefinite_Ordered_Map_Tests;
|