Searched refs:oneToTwo (Results 1 – 1 of 1) sorted by relevance
330 WearEstimateChange oneToTwo = wearEstimateChanges.get(1); in testWearHistoryToChanges() local340 assertThat(wearEstimateRecord2.getOldWearEstimate()).isEqualTo(oneToTwo.oldEstimate); in testWearHistoryToChanges()341 assertThat(wearEstimateRecord2.getNewWearEstimate()).isEqualTo(oneToTwo.newEstimate); in testWearHistoryToChanges()343 .isEqualTo(oneToTwo.uptimeAtChange); in testWearHistoryToChanges()344 assertThat(wearEstimateRecord2.getUnixTimestamp()).isEqualTo(oneToTwo.dateAtChange); in testWearHistoryToChanges()345 assertThat(oneToTwo.isAcceptableDegradation).isTrue(); in testWearHistoryToChanges()