DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T V ┃
Length: 1449 (0x5a9) Types: TextFile Names: »V«
└─⟦db1c56801⟧ Bits:30000748 8mm tape, Rational 1000, TESTMATE 2_2_0 └─ ⟦866d14df1⟧ »DATA« └─⟦97c804b2f⟧ └─⟦this⟧
with Execution_Result; with Po_Handle; with Time_Utility; with System; package Test_Case_Result is type Object is private; type Handle_Elements is (No_Element, Test_Case_Handle, Subject_Program_Handle, Test_Driver_Handle, Input_Data_Handle, Output_Data_Handle, Expected_Output_Handle, Error_Output_Handle); -- -- These Element are in the Test_Case Template, but the final location -- is determined relative to the Test_Context used in the Script -- function Constructor (With_Value : String; Heap : System.Segment) return Test_Case_Result.Object; function Constructor (Heap : System.Segment) return Test_Case_Result.Object; procedure Destructor (The_Ti_Run : in out Test_Case_Result.Object); function Constructor (From : Po_Handle.Object; Heap : System.Segment) return Test_Case_Result.Object; function Equal (L, R : Test_Case_Result.Object) return Boolean; function Test_Execution_Time (For_The_Tc_Result : Test_Case_Result.Object) return Duration; function Test_Result (For_The_Tc_Result : Test_Case_Result.Object) return Execution_Result.Object; function Get_Handle (Using_Element : Handle_Elements; For_The_Tc_Result : Test_Case_Result.Object) return Po_Handle.Object; end Test_Case_Result;