Differences From Artifact [bccbfc67e5]:
- File tests/natools-s_expressions-encodings-tests.ads — part of check-in [d09d3219b5] at 2014-01-01 17:00:20 on branch trunk — s_expressions-encodings-tests: test suite for `Natools.S_Expressions.Encodings` (user: nat, size: 1961) [annotate] [blame] [check-ins using]
To Artifact [688230bad6]:
- File tests/natools-s_expressions-encodings-tests.ads — part of check-in [6236ad7b60] at 2014-04-14 21:29:40 on branch trunk — s_expressions-encodings: add a test for the user-defined base-64 charset (user: nat, size: 2028) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 34 35 36 | 27 28 29 30 31 32 33 34 35 36 37 | + | package NT renames Natools.Tests; procedure All_Tests (Report : in out NT.Reporter'Class); -- Run all available tests procedure Hexadecimal_Test (Report : in out NT.Reporter'Class); procedure Base64_Test (Report : in out NT.Reporter'Class); procedure User_Base64_Test (Report : in out NT.Reporter'Class); -- Run test suite for each encoding type end Natools.S_Expressions.Encodings.Tests; |