()
| 419 | } |
| 420 | |
| 421 | @Test |
| 422 | public void test58() { |
| 423 | Solar solar = new Solar(2021, 3, 21); |
| 424 | Lunar lunar = solar.getLunar(); |
| 425 | Assert.assertEquals("春社", lunar.getOtherFestivals().get(0)); |
| 426 | } |
| 427 | |
| 428 | @Test |
| 429 | public void test59() { |
nothing calls this directly
no test coverage detected