ModelYamlH2.java

1
package com.jsql.model.accessible.vendor.h2;
2
3
public class ModelYamlH2 {
4
5
    private Rce rce = new Rce();
6
    private File file = new File();
7
8
    public Rce getRce() {
9 1 1. getRce : replaced return value with null for com/jsql/model/accessible/vendor/h2/ModelYamlH2::getRce → NO_COVERAGE
        return this.rce;
10
    }
11
12
    public void setRce(Rce rce) {
13
        this.rce = rce;
14
    }
15
16
    public File getFile() {
17 1 1. getFile : replaced return value with null for com/jsql/model/accessible/vendor/h2/ModelYamlH2::getFile → NO_COVERAGE
        return this.file;
18
    }
19
20
    public void setFile(File file) {
21
        this.file = file;
22
    }
23
}

Mutations

9

1.1
Location : getRce
Killed by : none
replaced return value with null for com/jsql/model/accessible/vendor/h2/ModelYamlH2::getRce → NO_COVERAGE

17

1.1
Location : getFile
Killed by : none
replaced return value with null for com/jsql/model/accessible/vendor/h2/ModelYamlH2::getFile → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.19.1