# File lib/rhc/wizard.rb, line 526 def all_test_methods (protected_methods + private_methods).select {|m| m.to_s.start_with? 'test_'} end