DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦a2c8341de⟧ TextFile

    Length: 355 (0x163)
    Types: TextFile
    Names: »V«

Derivation

└─⟦db1c56801⟧ Bits:30000748 8mm tape, Rational 1000, TESTMATE 2_2_0
    └─ ⟦866d14df1⟧ »DATA« 
        └─⟦97c804b2f⟧ 
            └─⟦this⟧ 

TextFile

package Object_Class_Support is

  type Persistent_Object_Class is
   (None, Test_Run_Group, Test_Run, Test_Case, Test_Set, Test_Context,
    Script_Execution_Control, Script_Construction_Control, Coverage_Run);


  function Object_Class (Of_Pto : String) return Persistent_Object_Class;

  Invalid_Class_Identifier : exception;

end Object_Class_Support;