1
|
|
package org.cardanofoundation.explorer.api.model.response.pool.lifecycle; |
2
|
|
|
3
|
|
import lombok.Getter; |
4
|
|
import lombok.Setter; |
5
|
|
|
6
|
|
@Getter |
7
|
|
@Setter |
8
|
|
public class SPOStatusResponse { |
9
|
|
|
10
|
2
1. getIsRegistration : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsRegistration → SURVIVED
2. getIsRegistration : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsRegistration → KILLED
|
private Boolean isRegistration; |
11
|
|
|
12
|
2
1. getIsUpdate : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsUpdate → KILLED
2. getIsUpdate : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsUpdate → KILLED
|
private Boolean isUpdate; |
13
|
|
|
14
|
2
1. getIsReward : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsReward → KILLED
2. getIsReward : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsReward → KILLED
|
private Boolean isReward; |
15
|
|
|
16
|
2
1. getIsDeRegistration : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsDeRegistration → KILLED
2. getIsDeRegistration : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsDeRegistration → KILLED
|
private Boolean isDeRegistration; |
17
|
|
} |
| | Mutations |
10 |
|
1.1 Location : getIsRegistration Killed by : org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest]/[method:whenPoolViewIsExist_noDeRegis_returnSPOStatusResponse()] replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsRegistration → KILLED 2.2 Location : getIsRegistration Killed by : none replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsRegistration → SURVIVED
|
12 |
|
1.1 Location : getIsUpdate Killed by : org.cardanofoundation.explorer.api.controller.PoolLifecycleControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.PoolLifecycleControllerTest]/[method:whenCallPoolStatus()] replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsUpdate → KILLED 2.2 Location : getIsUpdate Killed by : org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest]/[method:whenPoolViewIsExist_noUpdate_returnSPOStatusResponse()] replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsUpdate → KILLED
|
14 |
|
1.1 Location : getIsReward Killed by : org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest]/[method:whenPoolViewIsExist_noDeRegis_returnSPOStatusResponse()] replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsReward → KILLED 2.2 Location : getIsReward Killed by : org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest]/[method:whenPoolViewIsExist_noReward_returnSPOStatusResponse()] replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsReward → KILLED
|
16 |
|
1.1 Location : getIsDeRegistration Killed by : org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest]/[method:whenPoolViewIsExist_noReward_returnSPOStatusResponse()] replaced Boolean return with False for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsDeRegistration → KILLED 2.2 Location : getIsDeRegistration Killed by : org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PoolLifecycleServiceTest]/[method:whenPoolViewIsExist_noDeRegis_returnSPOStatusResponse()] replaced Boolean return with True for org/cardanofoundation/explorer/api/model/response/pool/lifecycle/SPOStatusResponse::getIsDeRegistration → KILLED
|