Sha256: f1d9928160fe2edaae434a8f3d438e7aa6b7f599356395808cd41e5b775b3c6f
Contents?: true
Size: 363 Bytes
Versions: 8
Compression:
Stored size: 363 Bytes
Contents
require 'test/unit' require 'fox16' require 'testcase' include Fox class TC_FXId < TestCase 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
8 entries across 8 versions & 1 rubygems