Class: M::Runners::UnsupportedFramework

Inherits:
Base
  • Object
show all
Defined in:
lib/m/runners/unsupported_framework.rb

Instance Method Summary collapse

Methods inherited from Base

#test_methods

Instance Method Details

#run(_test_arguments) ⇒ Object



9
10
11
# File 'lib/m/runners/unsupported_framework.rb', line 9

def run _test_arguments
  not_supported
end

#suitesObject



4
5
6
7
# File 'lib/m/runners/unsupported_framework.rb', line 4

def suites
  not_supported
  []
end