File: rectangle-tests.ads

package info (click to toggle)
libaunit 18-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,100 kB
  • sloc: ada: 5,325; makefile: 152; sh: 94; xml: 13
file content (14 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--
--  Copyright (C) 2008, AdaCore
--
with Shape.Tests;

package Rectangle.Tests is

   type Test is new Shape.Tests.Test with null record;

   procedure Set_Up (T : in out Test);

   procedure Test_Get_Area (T : in out Test);

end Rectangle.Tests;