()
| 142 | } |
| 143 | |
| 144 | @Test |
| 145 | public void test20() { |
| 146 | Lunar lunar = new Lunar(2020, 12, 29); |
| 147 | Assert.assertEquals(0, lunar.getFestivals().size()); |
| 148 | } |
| 149 | |
| 150 | @Test |
| 151 | public void test21() { |
nothing calls this directly
no test coverage detected