Sha256: 403c4c0c42ae5bef76e3688d6356b39200362675c4bf78c4c09b5f0c222e0d56
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
# # Testing OpenWFE # # John Mettraux at openwfe.org # # Wed Apr 16 15:33:59 JST 2008 # require 'flowtestbase' class FlowTest0b < Test::Unit::TestCase include FlowTestBase #def setup #end #def teardown #end class Test5ms < OpenWFE::ProcessDefinition concurrence do _print "a" _print "b" end end def test_0 dotest Test5ms, "a\nb" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruote-0.9.18 | test/bm/ft_0f_5ms.rb |