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

Method test29

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

Source from the content-addressed store, hash-verified

184 }
185
186 @Test
187 public void test29(){
188 Solar solar = Solar.fromYmd(2023, 8, 31);
189 Assert.assertEquals("2025-08-31", solar.nextYear(2).toYmd());
190 }
191
192 @Test
193 public void test30(){

Callers

nothing calls this directly

Calls 3

fromYmdMethod · 0.95
nextYearMethod · 0.95
toYmdMethod · 0.80

Tested by

no test coverage detected