()
| 495 | } |
| 496 | |
| 497 | @Test |
| 498 | public void test28() { |
| 499 | Lunar lunar = Solar.fromYmdHms(1986, 5, 29, 13, 37, 0).getLunar(); |
| 500 | EightChar eightChar = lunar.getEightChar(); |
| 501 | Yun yun = eightChar.getYun(1, 2); |
| 502 | Assert.assertEquals(2, yun.getStartYear()); |
| 503 | Assert.assertEquals(7, yun.getStartMonth()); |
| 504 | Assert.assertEquals(0, yun.getStartDay()); |
| 505 | } |
| 506 | |
| 507 | @Test |
| 508 | public void test29() { |
nothing calls this directly
no test coverage detected