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

Method test27

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

Source from the content-addressed store, hash-verified

172 }
173
174 @Test
175 public void test27(){
176 Solar solar = Solar.fromYmd(2023, 8, 31);
177 Assert.assertEquals("2023-09-30", solar.nextMonth(1).toYmd());
178 }
179
180 @Test
181 public void test28(){

Callers

nothing calls this directly

Calls 3

fromYmdMethod · 0.95
nextMonthMethod · 0.95
toYmdMethod · 0.80

Tested by

no test coverage detected