Sha256: d65631b1403862ba68639e3aad678dfeb68f49c4c64f94de03e35911f01b2c9c
Contents?: true
Size: 370 Bytes
Versions: 48
Compression:
Stored size: 370 Bytes
Contents
require 'test/unit' require 'fox16' require 'testcase' class TC_FXId < Fox::TestCase include Fox def setup super(self.class.name) end def test_created? assert !mainWindow.created? app.create assert mainWindow.created?, "main window should be created after call to FXApp#create" mainWindow.destroy assert !mainWindow.created? end end
Version data entries
48 entries across 48 versions & 2 rubygems