class M::Runners::Base

def run _test_arguments

def run _test_arguments
  raise "Not implemented"
end

def suites

def suites
  raise "Not implemented"
end

def test_methods suite_class

def test_methods suite_class
  suite_class.test_methods
end