Packages

p

mutators

package mutators

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. mutators
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class MutateCode extends SemanticRule
  2. case class MutateCodeConfig(projectPath: String, activeMutators: List[MutationType] = MutationType.all) extends Product with Serializable
  3. case class MutatedTerms(mutated: Seq[Term], needsParens: Boolean) extends Product with Serializable
  4. case class Mutation(id: Int, diffLines: List[String], original: Term, mutated: Term, mutationType: String = "") extends Product with Serializable
  5. trait MutationType extends AnyRef
  6. implicit class TermsToMutatedTerm extends AnyRef

Value Members

  1. object Logging
  2. object MutateCodeConfig extends Serializable
  3. object Mutation extends Serializable
  4. object MutationType

Inherited from AnyRef

Inherited from Any

Ungrouped