()
| 231 | } |
| 232 | |
| 233 | @Test |
| 234 | public void test34() { |
| 235 | Lunar lunar = Lunar.fromYmd(37, -12, 1); |
| 236 | Assert.assertEquals("闰腊", lunar.getMonthInChinese()); |
| 237 | } |
| 238 | |
| 239 | @Test |
| 240 | public void test35() { |
nothing calls this directly
no test coverage detected