StakeWalletActivityResponse.java

1
package org.cardanofoundation.explorer.api.model.response.stake.lifecycle;
2
3
import java.io.Serializable;
4
import java.math.BigInteger;
5
import java.time.LocalDateTime;
6
7
import lombok.Getter;
8
import lombok.Setter;
9
10
import org.cardanofoundation.explorer.api.common.enumeration.StakeTxType;
11
import org.cardanofoundation.explorer.api.common.enumeration.TxStatus;
12
13
@Getter
14
@Setter
15
public class StakeWalletActivityResponse implements Serializable {
16
17 1 1. getTxHash : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getTxHash → KILLED
  private String txHash;
18 1 1. getAmount : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getAmount → KILLED
  private BigInteger amount;
19 1 1. getFee : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getFee → SURVIVED
  private BigInteger fee;
20 1 1. getTime : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getTime → SURVIVED
  private LocalDateTime time;
21 1 1. getType : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getType → SURVIVED
  private StakeTxType type;
22 1 1. getStatus : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getStatus → KILLED
  private TxStatus status;
23
}

Mutations

17

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

18

1.1
Location : getAmount
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyLifeCycleControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyLifeCycleControllerTest]/[method:testGetWalletActivities()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getAmount → KILLED

19

1.1
Location : getFee
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getFee → SURVIVED

20

1.1
Location : getTime
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getTime → SURVIVED

21

1.1
Location : getType
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getType → SURVIVED

22

1.1
Location : getStatus
Killed by : org.cardanofoundation.explorer.api.controller.StakeKeyLifeCycleControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.StakeKeyLifeCycleControllerTest]/[method:testGetWalletActivities()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getStatus → KILLED

Active mutators

Tests examined


Report generated by PIT 1.14.2