()
| 480 | } |
| 481 | |
| 482 | @Test |
| 483 | public void test26() { |
| 484 | Lunar lunar = Solar.fromYmdHms(1986, 2, 16, 8, 0, 0).getLunar(); |
| 485 | EightChar eightChar = lunar.getEightChar(); |
| 486 | Assert.assertEquals("命宫", "己亥", eightChar.getMingGong()); |
| 487 | Assert.assertEquals("身宫", "乙未", eightChar.getShenGong()); |
| 488 | } |
| 489 | |
| 490 | @Test |
| 491 | public void test27() { |
nothing calls this directly
no test coverage detected