method
create_application
v1_8_7_72 -
Show latest stable
- Class:
Test::Unit::UI::Fox::TestRunner
create_application()public
No documentation available.
# File lib/test/unit/ui/fox/testrunner.rb, line 183
def create_application
app = FXApp.new("TestRunner", "Test::Unit")
app.init([])
app
end