StakeKeyReportResponse.java

1
package org.cardanofoundation.explorer.api.model.response.stake.report;
2
3
import java.io.ByteArrayInputStream;
4
5
import lombok.Builder;
6
import lombok.Getter;
7
import lombok.Setter;
8
9
@Getter
10
@Setter
11 5 1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse$StakeKeyReportResponseBuilder::toString → NO_COVERAGE
2. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse$StakeKeyReportResponseBuilder::build → KILLED
3. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse::builder → KILLED
4. byteArrayInputStream : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse$StakeKeyReportResponseBuilder::byteArrayInputStream → KILLED
5. fileName : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse$StakeKeyReportResponseBuilder::fileName → KILLED
@Builder
12
public class StakeKeyReportResponse {
13 1 1. getFileName : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse::getFileName → SURVIVED
  private String fileName;
14 1 1. getByteArrayInputStream : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse::getByteArrayInputStream → KILLED
  private ByteArrayInputStream byteArrayInputStream;
15
}

Mutations

11

1.1
Location : build
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest]/[method:exportStakeKeyReport_shouldReturnResponse()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse$StakeKeyReportResponseBuilder::build → KILLED

2.2
Location : builder
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest]/[method:exportStakeKeyReport_shouldReturnResponse()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse::builder → KILLED

3.3
Location : byteArrayInputStream
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest]/[method:exportStakeKeyReport_shouldReturnResponse()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse$StakeKeyReportResponseBuilder::byteArrayInputStream → KILLED

4.4
Location : fileName
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest]/[method:exportStakeKeyReport_shouldReturnResponse()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse$StakeKeyReportResponseBuilder::fileName → KILLED

5.5
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse$StakeKeyReportResponseBuilder::toString → NO_COVERAGE

13

1.1
Location : getFileName
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse::getFileName → SURVIVED

14

1.1
Location : getByteArrayInputStream
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest]/[method:exportStakeKeyReport_shouldReturnResponse()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportResponse::getByteArrayInputStream → KILLED

Active mutators

Tests examined


Report generated by PIT 1.14.2