1
|
|
package org.cardanofoundation.explorer.api.projection; |
2
|
|
|
3
|
|
import java.sql.Timestamp; |
4
|
|
|
5
|
|
import lombok.AllArgsConstructor; |
6
|
|
import lombok.Getter; |
7
|
|
|
8
|
|
@Getter |
9
|
|
@AllArgsConstructor |
10
|
|
public class EpochTimeProjection { |
11
|
1
1. getEpochNo : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/projection/EpochTimeProjection::getEpochNo → KILLED
|
Integer epochNo; |
12
|
1
1. getStartTime : replaced return value with null for org/cardanofoundation/explorer/api/projection/EpochTimeProjection::getStartTime → KILLED
|
Timestamp startTime; |
13
|
1
1. getEndTime : replaced return value with null for org/cardanofoundation/explorer/api/projection/EpochTimeProjection::getEndTime → KILLED
|
Timestamp endTime; |
14
|
|
} |
| | Mutations |
11 |
|
1.1 Location : getEpochNo Killed by : org.cardanofoundation.explorer.api.service.ProtocolServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.ProtocolServiceTest]/[method:testChangeHistoryChangeEpoch1()] replaced Integer return value with 0 for org/cardanofoundation/explorer/api/projection/EpochTimeProjection::getEpochNo → KILLED
|
12 |
|
1.1 Location : getStartTime Killed by : org.cardanofoundation.explorer.api.service.ProtocolServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.ProtocolServiceTest]/[method:testChangeHistoryChangeEpoch1()] replaced return value with null for org/cardanofoundation/explorer/api/projection/EpochTimeProjection::getStartTime → KILLED
|
13 |
|
1.1 Location : getEndTime Killed by : org.cardanofoundation.explorer.api.service.ProtocolServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.ProtocolServiceTest]/[method:testChangeHistoryChangeEpoch1()] replaced return value with null for org/cardanofoundation/explorer/api/projection/EpochTimeProjection::getEndTime → KILLED
|