StakeKeyReportHistoryResponse.java

1
package org.cardanofoundation.explorer.api.model.response.stake.report;
2
3
import java.sql.Timestamp;
4
5
import lombok.Builder;
6
import lombok.Getter;
7
import lombok.Setter;
8
9
import org.cardanofoundation.explorer.common.entity.enumeration.ReportStatus;
10
import org.cardanofoundation.explorer.common.entity.enumeration.ReportType;
11
12
@Getter
13
@Setter
14 19 1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::toString → NO_COVERAGE
2. stakeKey : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::stakeKey → KILLED
3. type : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::type → KILLED
4. createdAt : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::createdAt → KILLED
5. status : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::status → KILLED
6. eventWithdrawal : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::eventWithdrawal → KILLED
7. username : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::username → KILLED
8. id : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::id → KILLED
9. eventDeregistration : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::eventDeregistration → KILLED
10. toDate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::toDate → KILLED
11. isFeesPaid : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::isFeesPaid → KILLED
12. fromDate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::fromDate → KILLED
13. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::builder → KILLED
14. eventDelegation : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::eventDelegation → KILLED
15. reportName : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::reportName → KILLED
16. eventRegistration : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::eventRegistration → KILLED
17. isADATransfer : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::isADATransfer → KILLED
18. eventRewards : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::eventRewards → KILLED
19. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::build → KILLED
@Builder
15
public class StakeKeyReportHistoryResponse {
16 1 1. getId : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getId → SURVIVED
  private Long id;
17 1 1. getStakeKey : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getStakeKey → KILLED
  private String stakeKey;
18 1 1. getUsername : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getUsername → SURVIVED
  private String username;
19 1 1. getReportName : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getReportName → SURVIVED
  private String reportName;
20 1 1. getFromDate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getFromDate → KILLED
  private Timestamp fromDate;
21 1 1. getToDate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getToDate → KILLED
  private Timestamp toDate;
22 2 1. getIsADATransfer : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getIsADATransfer → SURVIVED
2. getIsADATransfer : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getIsADATransfer → KILLED
  private Boolean isADATransfer;
23 2 1. getIsFeesPaid : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getIsFeesPaid → SURVIVED
2. getIsFeesPaid : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getIsFeesPaid → SURVIVED
  private Boolean isFeesPaid;
24 2 1. getEventRegistration : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventRegistration → SURVIVED
2. getEventRegistration : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventRegistration → KILLED
  private Boolean eventRegistration;
25 2 1. getEventDelegation : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventDelegation → SURVIVED
2. getEventDelegation : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventDelegation → SURVIVED
  private Boolean eventDelegation;
26 2 1. getEventRewards : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventRewards → SURVIVED
2. getEventRewards : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventRewards → SURVIVED
  private Boolean eventRewards;
27 2 1. getEventWithdrawal : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventWithdrawal → SURVIVED
2. getEventWithdrawal : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventWithdrawal → SURVIVED
  private Boolean eventWithdrawal;
28 2 1. getEventDeregistration : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventDeregistration → SURVIVED
2. getEventDeregistration : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventDeregistration → SURVIVED
  private Boolean eventDeregistration;
29 1 1. getStatus : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getStatus → KILLED
  private ReportStatus status;
30 1 1. getType : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getType → KILLED
  private ReportType type;
31 1 1. getCreatedAt : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getCreatedAt → KILLED
  private Timestamp createdAt;
32
}

Mutations

14

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

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

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

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

5.5
Location : eventWithdrawal
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest]/[method:shouldGetStakeKeyReportDetail()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::eventWithdrawal → KILLED

6.6
Location : username
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest]/[method:shouldGetStakeKeyReportDetail()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::username → KILLED

7.7
Location : id
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest]/[method:shouldGetStakeKeyReportDetail()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::id → KILLED

8.8
Location : eventDeregistration
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest]/[method:shouldGetStakeKeyReportDetail()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::eventDeregistration → KILLED

9.9
Location : toDate
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest]/[method:getStakeKeyReportHistoryByReportId_shouldReturnResponse()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::toDate → KILLED

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

11.11
Location : isFeesPaid
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest]/[method:shouldGetStakeKeyReportDetail()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::isFeesPaid → KILLED

12.12
Location : fromDate
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest]/[method:getStakeKeyReportHistoryByReportId_shouldReturnResponse()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::fromDate → KILLED

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

14.14
Location : eventDelegation
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest]/[method:shouldGetStakeKeyReportDetail()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::eventDelegation → KILLED

15.15
Location : reportName
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest]/[method:shouldGetStakeKeyReportDetail()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::reportName → KILLED

16.16
Location : eventRegistration
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest]/[method:getStakeKeyReportHistoryByReportId_shouldReturnResponse()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::eventRegistration → KILLED

17.17
Location : isADATransfer
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest]/[method:getStakeKeyReportHistoryByReportId_shouldReturnResponse()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::isADATransfer → KILLED

18.18
Location : eventRewards
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest]/[method:shouldGetStakeKeyReportDetail()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::eventRewards → KILLED

19.19
Location : build
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest]/[method:shouldGetStakeKeyReportDetail()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse$StakeKeyReportHistoryResponseBuilder::build → KILLED

16

1.1
Location : getId
Killed by : none
replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getId → SURVIVED

17

1.1
Location : getStakeKey
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyReportControllerTest]/[method:shouldGetStakeKeyReportDetail()]
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getStakeKey → KILLED

18

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

19

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

20

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

21

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

22

1.1
Location : getIsADATransfer
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest]/[method:getStakeKeyReportHistory_shouldReturnStakeKeyReportHistory()]
replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getIsADATransfer → KILLED

2.2
Location : getIsADATransfer
Killed by : none
replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getIsADATransfer → SURVIVED

23

1.1
Location : getIsFeesPaid
Killed by : none
replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getIsFeesPaid → SURVIVED

2.2
Location : getIsFeesPaid
Killed by : none
replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getIsFeesPaid → SURVIVED

24

1.1
Location : getEventRegistration
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyReportServiceTest]/[method:getStakeKeyReportHistory_shouldReturnStakeKeyReportHistory()]
replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventRegistration → KILLED

2.2
Location : getEventRegistration
Killed by : none
replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventRegistration → SURVIVED

25

1.1
Location : getEventDelegation
Killed by : none
replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventDelegation → SURVIVED

2.2
Location : getEventDelegation
Killed by : none
replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventDelegation → SURVIVED

26

1.1
Location : getEventRewards
Killed by : none
replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventRewards → SURVIVED

2.2
Location : getEventRewards
Killed by : none
replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventRewards → SURVIVED

27

1.1
Location : getEventWithdrawal
Killed by : none
replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventWithdrawal → SURVIVED

2.2
Location : getEventWithdrawal
Killed by : none
replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventWithdrawal → SURVIVED

28

1.1
Location : getEventDeregistration
Killed by : none
replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventDeregistration → SURVIVED

2.2
Location : getEventDeregistration
Killed by : none
replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/stake/report/StakeKeyReportHistoryResponse::getEventDeregistration → SURVIVED

29

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

30

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

31

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

Active mutators

Tests examined


Report generated by PIT 1.14.2