p
mutators
package mutators
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- mutators
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class MutateCode extends SemanticRule
- case class MutateCodeConfig(projectPath: String, activeMutators: List[MutationType] = MutationType.all) extends Product with Serializable
- case class MutatedTerms(mutated: Seq[Term], needsParens: Boolean) extends Product with Serializable
- case class Mutation(id: Int, diffLines: List[String], original: Term, mutated: Term, mutationType: String = "") extends Product with Serializable
- trait MutationType extends AnyRef
- implicit class TermsToMutatedTerm extends AnyRef
Value Members
- object Logging
- object MutateCodeConfig extends Serializable
- object Mutation extends Serializable
- object MutationType