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