Differences From Artifact [089397de57]:
- File tests/natools-s_expressions-cache_tests.ads — part of check-in [6608672b76] at 2014-02-21 19:39:39 on branch trunk — s_expressions-test_tools: new test for Descriptor interface of caches (user: nat, size: 2002) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
27 28 29 30 31 32 33 34 35 | 27 28 29 30 31 32 33 34 35 36 | + | package NT renames Natools.Tests; 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; |