()
| 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() { |
nothing calls this directly
no test coverage detected