Google

# File test/unit/ui/fox/testrunner.rb, line 34

                                        def initialize(suite)

                                                # Initialize base class first

                                                super(main_app, "Test::Unit TestRunner", nil, nil, DECOR_ALL, 0, 0, 450)



                                                FXTooltip.new(main_app)



                                                if (suite.respond_to?(:suite))

                                                        @suite = suite.suite

                                                else

                                                        @suite = suite

                                                end



                                                @red = false

                                                status_entry

                                                main_panel

                                        end