TokenMetadataResponse.java

1
package org.cardanofoundation.explorer.api.model.response.token;
2
3
import lombok.*;
4
5
@Getter
6
@Setter
7 8 1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::toString → NO_COVERAGE
2. ticker : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::ticker → KILLED
3. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::builder → KILLED
4. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::build → KILLED
5. decimals : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::decimals → KILLED
6. logo : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::logo → KILLED
7. url : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::url → KILLED
8. description : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::description → KILLED
@Builder
8
@NoArgsConstructor
9
@AllArgsConstructor
10
public class TokenMetadataResponse {
11 1 1. getUrl : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::getUrl → KILLED
  private String url;
12 1 1. getTicker : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::getTicker → KILLED
  private String ticker;
13 1 1. getDecimals : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::getDecimals → NO_COVERAGE
  private Integer decimals;
14 1 1. getLogo : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::getLogo → KILLED
  private String logo;
15 1 1. getDescription : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::getDescription → KILLED
  private String description;
16
}

Mutations

7

1.1
Location : ticker
Killed by : org.cardanofoundation.explorer.api.service.TokenServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.TokenServiceTest]/[method:testFilterToken_WhenQueryNotEmpty()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::ticker → KILLED

2.2
Location : builder
Killed by : org.cardanofoundation.explorer.api.service.PolicyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PolicyServiceTest]/[method:testGetTokens_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::builder → KILLED

3.3
Location : build
Killed by : org.cardanofoundation.explorer.api.service.PolicyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PolicyServiceTest]/[method:testGetTokens_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::build → KILLED

4.4
Location : decimals
Killed by : org.cardanofoundation.explorer.api.service.PolicyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PolicyServiceTest]/[method:testGetTokens_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::decimals → KILLED

5.5
Location : logo
Killed by : org.cardanofoundation.explorer.api.service.PolicyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PolicyServiceTest]/[method:testGetTokens_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::logo → KILLED

6.6
Location : url
Killed by : org.cardanofoundation.explorer.api.service.PolicyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PolicyServiceTest]/[method:testGetTokens_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::url → KILLED

7.7
Location : description
Killed by : org.cardanofoundation.explorer.api.service.PolicyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PolicyServiceTest]/[method:testGetTokens_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::description → KILLED

8.8
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse$TokenMetadataResponseBuilder::toString → NO_COVERAGE

11

1.1
Location : getUrl
Killed by : org.cardanofoundation.explorer.api.service.PolicyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PolicyServiceTest]/[method:testGetTokens_thenReturn()]
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::getUrl → KILLED

12

1.1
Location : getTicker
Killed by : org.cardanofoundation.explorer.api.service.TokenServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.TokenServiceTest]/[method:testFilterToken_WhenQueryNotEmpty()]
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::getTicker → KILLED

13

1.1
Location : getDecimals
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::getDecimals → NO_COVERAGE

14

1.1
Location : getLogo
Killed by : org.cardanofoundation.explorer.api.service.PolicyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PolicyServiceTest]/[method:testGetTokens_thenReturn()]
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::getLogo → KILLED

15

1.1
Location : getDescription
Killed by : org.cardanofoundation.explorer.api.service.PolicyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PolicyServiceTest]/[method:testGetTokens_thenReturn()]
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/TokenMetadataResponse::getDescription → KILLED

Active mutators

Tests examined


Report generated by PIT 1.14.2