Class: SixthSense::MutationEngine
- Inherits:
-
Object
- Object
- SixthSense::MutationEngine
- Defined in:
- lib/sixth_sense/mutation_engine.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#availability ⇒ Object
48 49 50 |
# File 'lib/sixth_sense/mutation_engine.rb', line 48 def availability raise NotImplementedError end |
#plan(sut_units:, test_files:) ⇒ Object
40 41 42 |
# File 'lib/sixth_sense/mutation_engine.rb', line 40 def plan(sut_units:, test_files:) raise NotImplementedError end |
#run(_plan, cache:) ⇒ Object
44 45 46 |
# File 'lib/sixth_sense/mutation_engine.rb', line 44 def run(_plan, cache:) raise NotImplementedError end |