Sha256: e5a7b9f12e6ae3ef6c375365d6301d95873fa92cde3d7ec201ec8fc7c079384a
Contents?: true
Size: 321 Bytes
Versions: 3
Compression:
Stored size: 321 Bytes
Contents
import 'TesCon' class Repeat1 < Iowa::Component attr_accessor :test_item def awake File.open('/tmp/seoaw.out','a+') {|fh| fh.puts @session.inspect} end def test_list [1,2,3,4,5] end def tagid @test_item end def tcid "this is a test" end end <? count { id = tagid } tescon { id = tcid } ?>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
IOWA-1.0.3 | test/TC_IOWAFunctions/iowa/Repeat1.iwa |
IOWA-1.0.2 | test/TC_IOWAFunctions/iowa/Repeat1.iwa |
IOWA-1.0.0 | test/TC_IOWAFunctions/iowa/Repeat1.iwa |