Class: M::Runners::UnsupportedFramework
- Defined in:
- lib/m/runners/unsupported_framework.rb
Instance Method Summary collapse
Methods inherited from Base
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 |
#suites ⇒ Object
4 5 6 7 |
# File 'lib/m/runners/unsupported_framework.rb', line 4 def suites not_supported [] end |