Differences From Artifact [132164956e]:
- File tests/natools-s_expressions-cache_tests.ads — part of check-in [0faa8fc7d8] at 2014-03-08 14:11:48 on branch trunk — s_expressions-cache_tests: add a test for the new Lockable.Descriptor interface of cache objects (user: nat, size: 2071) [annotate] [blame] [check-ins using]
To Artifact [793d6401a2]:
- File tests/natools-s_expressions-cache_tests.ads — part of check-in [dd07424307] at 2014-09-09 18:36:47 on branch trunk — s_expressions-cache_tests: add a test for the new replayable interface (user: nat, size: 2142) [annotate] [blame] [check-ins using]
︙ | |||
28 29 30 31 32 33 34 35 36 | 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; |