ModelYamlTampering.java

1
2
package com.jsql.util.tampering;
3
4
5
public class ModelYamlTampering {
6
7
    private String tooltip;
8
    private String description;
9
    private String group;
10
    private String javascript;
11
12
    public String getTooltip() {
13 1 1. getTooltip : replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getTooltip → NO_COVERAGE
        return this.tooltip;
14
    }
15
16
    public void setTooltip(String tooltip) {
17
        this.tooltip = tooltip;
18
    }
19
20
    public String getDescription() {
21 1 1. getDescription : replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getDescription → NO_COVERAGE
        return this.description;
22
    }
23
24
    public void setDescription(String description) {
25
        this.description = description;
26
    }
27
28
    public String getGroup() {
29 1 1. getGroup : replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getGroup → NO_COVERAGE
        return this.group;
30
    }
31
32
    public void setGroup(String group) {
33
        this.group = group;
34
    }
35
36
    public String getJavascript() {
37 1 1. getJavascript : replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getJavascript → KILLED
        return this.javascript;
38
    }
39
40
    public void setJavascript(String javascript) {
41
        this.javascript = javascript;
42
    }
43
}

Mutations

13

1.1
Location : getTooltip
Killed by : none
replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getTooltip → NO_COVERAGE

21

1.1
Location : getDescription
Killed by : none
replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getDescription → NO_COVERAGE

29

1.1
Location : getGroup
Killed by : none
replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getGroup → NO_COVERAGE

37

1.1
Location : getJavascript
Killed by : TamperingUtilSpock.[engine:spock]/[spec:TamperingUtilSpock]/[feature:$spock_feature_0_3]
replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getJavascript → KILLED

Active mutators

Tests examined


Report generated by PIT 1.16.1