()
| 320 | } |
| 321 | |
| 322 | @Test |
| 323 | public void test4() { |
| 324 | Lunar lunar = Lunar.fromYmd(1985, 12, 27); |
| 325 | Assert.assertEquals("1995-11-05", lunar.getEightChar().getYun(1).getStartSolar().toYmd()); |
| 326 | } |
| 327 | |
| 328 | @Test |
| 329 | public void test5() { |
nothing calls this directly
no test coverage detected