()
| 136 | } |
| 137 | |
| 138 | @Test |
| 139 | public void test19() { |
| 140 | Lunar lunar = new Lunar(2020, 12, 30); |
| 141 | Assert.assertEquals("除夕", lunar.getFestivals().get(0)); |
| 142 | } |
| 143 | |
| 144 | @Test |
| 145 | public void test20() { |
nothing calls this directly
no test coverage detected