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