Home
last modified time | relevance | path

Searched refs:temporalAmount (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKYearMonth.java827 …public void test_plus_TemporalAmount(YearMonth base, TemporalAmount temporalAmount, YearMonth expe… in test_plus_TemporalAmount() argument
829 assertEquals(base.plus(temporalAmount), expectedYearMonth); in test_plus_TemporalAmount()
832 YearMonth result = base.plus(temporalAmount); in test_plus_TemporalAmount()
1042 …public void test_minus_TemporalAmount(YearMonth base, TemporalAmount temporalAmount, YearMonth exp… in test_minus_TemporalAmount() argument
1044 assertEquals(base.minus(temporalAmount), expectedYearMonth); in test_minus_TemporalAmount()
1047 YearMonth result = base.minus(temporalAmount); in test_minus_TemporalAmount()