TokenSearchResponse.java

1
package org.cardanofoundation.explorer.api.model.response.search;
2
3
import lombok.AllArgsConstructor;
4
import lombok.Getter;
5
import lombok.NoArgsConstructor;
6
import lombok.Setter;
7
8
@Getter
9
@Setter
10
@AllArgsConstructor
11
@NoArgsConstructor
12
public class TokenSearchResponse {
13 1 1. getName : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/search/TokenSearchResponse::getName → KILLED
  private String name;
14 1 1. getFingerprint : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/search/TokenSearchResponse::getFingerprint → KILLED
  private String fingerprint;
15
}

Mutations

13

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

14

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

Active mutators

Tests examined


Report generated by PIT 1.14.2