28
29
30
31
32
33
34
35
36
|
procedure All_Tests (Report : in out NT.Reporter'Class);
procedure Debug_Instantiation (Report : in out NT.Reporter'Class);
procedure Default_Instantiation (Report : in out NT.Reporter'Class);
procedure Descriptor_Interface (Report : in out NT.Reporter'Class);
procedure Lockable_Interface (Report : in out NT.Reporter'Class);
end Natools.S_Expressions.Cache_Tests;
|
>
|
28
29
30
31
32
33
34
35
36
37
|
procedure All_Tests (Report : in out NT.Reporter'Class);
procedure Debug_Instantiation (Report : in out NT.Reporter'Class);
procedure Default_Instantiation (Report : in out NT.Reporter'Class);
procedure Descriptor_Interface (Report : in out NT.Reporter'Class);
procedure Lockable_Interface (Report : in out NT.Reporter'Class);
procedure Replayable_Interface (Report : in out NT.Reporter'Class);
end Natools.S_Expressions.Cache_Tests;
|