RoseTest2B2.cm
Last Edited by: Spreitzer, October 9, 1984 8:48:46 pm PDT
EQT
@RoseSim.cm
@RoseTest2B.RoseLoad
← &sim ← RoseCreate.CreateSim[TRUE]
← &both ← RoseCreate.CreateTest[rootName: "Test2B2", testerName: "tester", testeeName: "testee", typeName: "Test2B", stateToo: FALSE, decider: RoseCreate.DecideFromFile["RoseTest2B2.expand"], sim: &sim]
← &disp ← RoseDisplayOps.NewDisplay[sim:&sim, info: [iconic: FALSE, name: "Test2B2.Display"], cth: &both.cth]
← &bv ← RoseDisplayBrowsing.BrowseDisplay[display:&disp, info: [iconic: FALSE, name: "Test2B2.browser"]]
← &row ← RoseLogging.RowFromNames[to: &disp.log, enl: &list[["in1"], [LIST["inv1", "out"], "long"], ["in2"], [LIST["inv2", "out"], "long"], ["sel1"], ["out1", "long"], ["sel2"], ["out2", "long"], ["ans", "long"]], pathPrefix: LIST["testee"], from: &both.root]
← RoseLogging.WriteEverySettle[&row, &sim]
← RoseRun.Test[sim: &sim, cth: &both.cth, parms: NEW [RoseRun.TestParmsRep ← [FALSE, FALSE]]]