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

Method test60

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

Source from the content-addressed store, hash-verified

433 }
434
435 @Test
436 public void test60() {
437 Solar solar = new Solar(1722, 9, 25);
438 Lunar lunar = solar.getLunar();
439 Assert.assertEquals("秋社", lunar.getOtherFestivals().get(0));
440 }
441
442 @Test
443 public void test61() {

Callers

nothing calls this directly

Calls 2

getLunarMethod · 0.95
getOtherFestivalsMethod · 0.95

Tested by

no test coverage detected