DRepCertificateHistoryResponse.java

1
package org.cardanofoundation.explorer.api.model.response.drep;
2
3
import java.util.List;
4
5
import lombok.AllArgsConstructor;
6
import lombok.Getter;
7
import lombok.NoArgsConstructor;
8
import lombok.Setter;
9
import lombok.experimental.SuperBuilder;
10
11
import org.cardanofoundation.explorer.common.entity.enumeration.DRepActionType;
12
13
@Getter
14
@Setter
15 5 1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse$DRepCertificateHistoryResponseBuilder::toString → NO_COVERAGE
2. actionTypes : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse$DRepCertificateHistoryResponseBuilder::actionTypes → NO_COVERAGE
3. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse::builder → KILLED
4. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse$DRepCertificateHistoryResponseBuilderImpl::build → KILLED
5. self : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse$DRepCertificateHistoryResponseBuilderImpl::self → KILLED
@SuperBuilder
16
@AllArgsConstructor
17
@NoArgsConstructor
18
public class DRepCertificateHistoryResponse extends DRepCertificateHistory {
19 1 1. getActionTypes : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse::getActionTypes → KILLED
  List<DRepActionType> actionTypes;
20
}

Mutations

15

1.1
Location : builder
Killed by : org.cardanofoundation.explorer.api.controller.DrepControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.DrepControllerTest]/[method:testGetTxDRepCertificatesHistory_withoutPagable()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse::builder → KILLED

2.2
Location : build
Killed by : org.cardanofoundation.explorer.api.controller.DrepControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.DrepControllerTest]/[method:testGetTxDRepCertificatesHistory_withoutPagable()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse$DRepCertificateHistoryResponseBuilderImpl::build → KILLED

3.3
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse$DRepCertificateHistoryResponseBuilder::toString → NO_COVERAGE

4.4
Location : actionTypes
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse$DRepCertificateHistoryResponseBuilder::actionTypes → NO_COVERAGE

5.5
Location : self
Killed by : org.cardanofoundation.explorer.api.controller.DrepControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.DrepControllerTest]/[method:testGetTxDRepCertificatesHistory_withoutPagable()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse$DRepCertificateHistoryResponseBuilderImpl::self → KILLED

19

1.1
Location : getActionTypes
Killed by : org.cardanofoundation.explorer.api.service.DRepServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.DRepServiceTest]/[method:testGetDRepCertificateHistory()]
replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/drep/DRepCertificateHistoryResponse::getActionTypes → KILLED

Active mutators

Tests examined


Report generated by PIT 1.14.2