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

Method test59

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

Source from the content-addressed store, hash-verified

426 }
427
428 @Test
429 public void test59() {
430 Solar solar = new Solar(2022, 3, 16);
431 Lunar lunar = solar.getLunar();
432 Assert.assertEquals("春社", lunar.getOtherFestivals().get(0));
433 }
434
435 @Test
436 public void test60() {

Callers

nothing calls this directly

Calls 2

getLunarMethod · 0.95
getOtherFestivalsMethod · 0.95

Tested by

no test coverage detected