Sha256: cee0d8342b9a08ea26446963439902a3dee800b0c7480e815e9bda0ee0fd0b06
Contents?: true
Size: 277 Bytes
Versions: 20
Compression:
Stored size: 277 Bytes
Contents
require 'test/unit' require 'fox16' include Fox class TC_FXApp < Test::Unit::TestCase def test_exception_for_second_app app = FXApp.new mainWindow = FXMainWindow.new(app, "") app.create assert_raise RuntimeError do app2 = FXApp.new end end end
Version data entries
20 entries across 20 versions & 1 rubygems