Sha256: 45fdfbd6e68185526cebb847a9bf96f81def162470b87caba27dc9bb3bc5100f
Contents?: true
Size: 203 Bytes
Versions: 6
Compression:
Stored size: 203 Bytes
Contents
require 'test/unit' require 'fox12' require 'testcase' include Fox class TC_FXApp < TestCase def setup super(self.class.name) end def test_initialized assert(app.initialized?) end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
fxruby-1.2.2 | tests/TC_FXApp.rb |
fxruby-1.2.3 | tests/TC_FXApp.rb |
fxruby-1.2.4 | tests/TC_FXApp.rb |
fxruby-1.2.5 | tests/TC_FXApp.rb |
fxruby-1.4.0 | tests/TC_FXApp.rb |
fxruby-1.2.6 | tests/TC_FXApp.rb |