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

Method test58

src/test/java/test/LunarTest.java:421–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419 }
420
421 @Test
422 public void test58() {
423 Solar solar = new Solar(2021, 3, 21);
424 Lunar lunar = solar.getLunar();
425 Assert.assertEquals("春社", lunar.getOtherFestivals().get(0));
426 }
427
428 @Test
429 public void test59() {

Callers

nothing calls this directly

Calls 2

getLunarMethod · 0.95
getOtherFestivalsMethod · 0.95

Tested by

no test coverage detected