Top Level Namespace

Defined Under Namespace

Modules: Nobbie Classes: Platform

Instance Method Summary collapse

Methods included from Nobbie::Wx::Operations

#choosable, #click, #command_factory, #component, #enabled?, #in_, #selection, #type

Instance Method Details

#require_all_in_directory(dir) ⇒ Object



4
5
6
# File 'lib/nobbie/wx/acceptance_test.rb', line 4

def require_all_in_directory(dir)
  Dir.glob("#{dir}/**/*.rb") {|f| require "#{f}" }
end

#with_applicationObject



5
6
7
# File 'lib/nobbie/wx/driven.rb', line 5

def with_application
  Nobbie::Wx::ApplicationLauncher.new.with_application { yield }
end