SearchStakingLifecycle.java

1
package org.cardanofoundation.explorer.api.model.response.search;
2
3
import lombok.Getter;
4
import lombok.Setter;
5
6
import org.cardanofoundation.explorer.api.model.response.BaseFilterResponse;
7
8
@Getter
9
@Setter
10
public class SearchStakingLifecycle {
11 1 1. getAddress : replaced return value with null for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::getAddress → KILLED
  private AddressSearchResponse address;
12 1 1. getPoolList : replaced return value with null for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::getPoolList → SURVIVED
  private BaseFilterResponse<PoolSearchResponse> poolList;
13 2 1. isValidPoolName : replaced boolean return with false for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::isValidPoolName → SURVIVED
2. isValidPoolName : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::isValidPoolName → SURVIVED
  private boolean validPoolName;
14
}

Mutations

11

1.1
Location : getAddress
Killed by : org.cardanofoundation.explorer.api.service.SearchServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.SearchServiceTest]/[method:testSearchLifeCycle_thenReturnStakeAddress()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::getAddress → KILLED

12

1.1
Location : getPoolList
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::getPoolList → SURVIVED

13

1.1
Location : isValidPoolName
Killed by : none
replaced boolean return with false for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::isValidPoolName → SURVIVED

2.2
Location : isValidPoolName
Killed by : none
replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::isValidPoolName → SURVIVED

Active mutators

Tests examined


Report generated by PIT 1.14.2