Class: SixthSense::MutationEngine

Inherits:
Object
  • Object
show all
Defined in:
lib/sixth_sense/mutation_engine.rb

Direct Known Subclasses

Engines::Mutant

Instance Method Summary collapse

Instance Method Details

#availabilityObject

Raises:

  • (NotImplementedError)


48
49
50
# File 'lib/sixth_sense/mutation_engine.rb', line 48

def availability
  raise NotImplementedError
end

#plan(sut_units:, test_files:) ⇒ Object

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


44
45
46
# File 'lib/sixth_sense/mutation_engine.rb', line 44

def run(_plan, cache:)
  raise NotImplementedError
end