()
| 488 | } |
| 489 | |
| 490 | @Test |
| 491 | public void test27() { |
| 492 | Lunar lunar = Solar.fromYmdHms(1972, 11, 27, 10, 0, 0).getLunar(); |
| 493 | EightChar eightChar = lunar.getEightChar(); |
| 494 | Assert.assertEquals("身宫", "乙巳", eightChar.getShenGong()); |
| 495 | } |
| 496 | |
| 497 | @Test |
| 498 | public void test28() { |
nothing calls this directly
no test coverage detected