()
| 326 | } |
| 327 | |
| 328 | @Test |
| 329 | public void test5() { |
| 330 | Lunar lunar = Lunar.fromYmd(1985, 1, 27); |
| 331 | Assert.assertEquals("1989-03-28", lunar.getEightChar().getYun(1).getStartSolar().toYmd()); |
| 332 | } |
| 333 | |
| 334 | @Test |
| 335 | public void test6() { |
nothing calls this directly
no test coverage detected