MCPcopy Create free account
hub / github.com/6tail/lunar-java / test28

Method test28

src/test/java/test/SolarTest.java:180–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 @Test
181 public void test28(){
182 Solar solar = Solar.fromYmd(2023, 8, 31);
183 Assert.assertEquals("2023-10-31", solar.nextMonth(2).toYmd());
184 }
185
186 @Test
187 public void test29(){

Callers

nothing calls this directly

Calls 3

fromYmdMethod · 0.95
nextMonthMethod · 0.95
toYmdMethod · 0.80

Tested by

no test coverage detected