Uses of Enum Class
org.ek9lang.compiler.fuzz.MutationCategory
Packages that use MutationCategory
-
Uses of MutationCategory in org.ek9lang.compiler.fuzz
Subclasses with type arguments of type MutationCategory in org.ek9lang.compiler.fuzzModifier and TypeClassDescriptionenumDefines the mutation categories for user-facing mutation testing.Methods in org.ek9lang.compiler.fuzz that return MutationCategoryModifier and TypeMethodDescriptionUserMutationGenerator.MutationCandidate.category()Returns the value of thecategoryrecord component.static MutationCategoryReturns the enum constant of this class with the specified name.static MutationCategory[]MutationCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ek9lang.compiler.fuzz with parameters of type MutationCategoryModifierConstructorDescriptionMutationCandidate(String filename, String source, MutationCategory category, int lineNumber, String original, String replacement) Creates an instance of aMutationCandidaterecord class.