Sha256: aab17a35ff87d8b775d39089cc5b26edcb3569311d7888547f5e793fe63c514f
Contents?: true
Size: 309 Bytes
Versions: 6
Compression:
Stored size: 309 Bytes
Contents
require 'test/unit' require 'fox12' require 'testcase' include Fox class TC_FXId < TestCase def setup super(self.class.name) end def test_created? assert(!mainWindow.created?) theApp.create assert(mainWindow.created?) mainWindow.destroy assert(!mainWindow.created?) end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
fxruby-1.2.2 | tests/TC_FXId.rb |
fxruby-1.2.3 | tests/TC_FXId.rb |
fxruby-1.2.4 | tests/TC_FXId.rb |
fxruby-1.2.5 | tests/TC_FXId.rb |
fxruby-1.4.0 | tests/TC_FXId.rb |
fxruby-1.2.6 | tests/TC_FXId.rb |