1
|
|
package org.cardanofoundation.explorer.api.model.response; |
2
|
|
|
3
|
|
import java.math.BigInteger; |
4
|
|
|
5
|
|
import lombok.Getter; |
6
|
|
import lombok.Setter; |
7
|
|
|
8
|
|
@Getter |
9
|
|
@Setter |
10
|
|
public class StakeAnalyticResponse { |
11
|
|
|
12
|
1
1. getActiveStake : replaced return value with null for org/cardanofoundation/explorer/api/model/response/StakeAnalyticResponse::getActiveStake → KILLED
|
BigInteger activeStake; |
13
|
1
1. getLiveStake : replaced return value with null for org/cardanofoundation/explorer/api/model/response/StakeAnalyticResponse::getLiveStake → KILLED
|
BigInteger liveStake; |
14
|
|
} |
| | Mutations |
12 |
|
1.1 Location : getActiveStake Killed by : org.cardanofoundation.explorer.api.service.StakeKeyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyServiceTest]/[method:testGetStakeAnalytics_thenReturnKoios()] replaced return value with null for org/cardanofoundation/explorer/api/model/response/StakeAnalyticResponse::getActiveStake → KILLED
|
13 |
|
1.1 Location : getLiveStake Killed by : org.cardanofoundation.explorer.api.service.StakeKeyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyServiceTest]/[method:testGetStakeAnalytics_thenReturnKoios()] replaced return value with null for org/cardanofoundation/explorer/api/model/response/StakeAnalyticResponse::getLiveStake → KILLED
|