Method: NoSE::Loader::LoaderBase#workload
- Defined in:
- lib/nose/loader.rb
#workload(_config) ⇒ void
This method is abstract.
Subclasses should produce a workload
This method returns an undefined value.
:nocov:
16 17 18 |
# File 'lib/nose/loader.rb', line 16 def workload(_config) fail NotImplementedError end |