Class Efuzzmutate


final class Efuzzmutate extends E
Run user-facing mutation testing on an EK9 source file. Generates mutated variants of the source, compile-checks each, and outputs survivors to a directory with a manifest.
  • Constructor Details

  • Method Details

    • messagePrefix

      protected String messagePrefix()
      Description copied from class: Reporter
      Provide the report/log message prefix.
      Specified by:
      messagePrefix in class E
    • preConditionCheck

      boolean preConditionCheck()
      Description copied from class: E
      Do a pre-condition check to ensure run can execute.
      Overrides:
      preConditionCheck in class E
      Returns:
      true if all Ok, false if pre-condition not met.
    • doRun

      protected boolean doRun()
      Description copied from class: E
      Actually run the execution.
      Specified by:
      doRun in class E