ColourTextProcessor.java

1
package sh.okx.rankup.text;
2
3
import sh.okx.rankup.util.Colour;
4
5
public class ColourTextProcessor implements TextProcessor {
6
7
  @Override
8
  public String process(String string) {
9 1 1. process : replaced return value with "" for sh/okx/rankup/text/ColourTextProcessor::process → KILLED
    return Colour.translate(string);
10
  }
11
}

Mutations

9

1.1
Location : process
Killed by : sh.okx.rankup.pebble.PebbleTest.[engine:junit-jupiter]/[class:sh.okx.rankup.pebble.PebbleTest]/[method:testRequirementAbsent()]
replaced return value with "" for sh/okx/rankup/text/ColourTextProcessor::process → KILLED

Active mutators

Tests examined


Report generated by PIT 1.7.0