()
| 332 | } |
| 333 | |
| 334 | @Test |
| 335 | public void test6() { |
| 336 | Lunar lunar = Lunar.fromYmd(1986, 12, 27); |
| 337 | Assert.assertEquals("1990-04-15", lunar.getEightChar().getYun(1).getStartSolar().toYmd()); |
| 338 | } |
| 339 | |
| 340 | @Test |
| 341 | public void test10(){ |
nothing calls this directly
no test coverage detected