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

Method test61

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

Source from the content-addressed store, hash-verified

440 }
441
442 @Test
443 public void test61() {
444 Solar solar = new Solar(840, 9, 14);
445 Lunar lunar = solar.getLunar();
446 Assert.assertEquals("秋社", lunar.getOtherFestivals().get(0));
447 }
448
449 @Test
450 public void test62() {

Callers

nothing calls this directly

Calls 2

getLunarMethod · 0.95
getOtherFestivalsMethod · 0.95

Tested by

no test coverage detected