diff --git a/quickstart/maven.markdown b/quickstart/maven.markdown index 4106d2c..ba8b200 100644 --- a/quickstart/maven.markdown +++ b/quickstart/maven.markdown @@ -164,10 +164,18 @@ for example For details of the available mutators and the default set applied see [mutation operators](/quickstart/mutators/). -### excludedMethods - -List of globs to match against method names. Methods matching the -globs will be excluded from mutation. +### excludedMethods +List of params against method names to exclude. +for example +```xml + + + equals + hashCode + toString + + +```` ### excludedClasses