method

example_method?

example_method?(method_name)
public

No documentation available.

# File lib/spec/interop/test/unit/testcase.rb, line 29
      def self.example_method?(method_name)
        should_method?(method_name) || test_method?(method_name)
      end