()
| 452 | } |
| 453 | |
| 454 | @Test |
| 455 | public void test21() { |
| 456 | Lunar lunar = Solar.fromYmdHms(2024, 1, 29, 9, 30, 0).getLunar(); |
| 457 | EightChar eightChar = lunar.getEightChar(); |
| 458 | Assert.assertEquals("命宫", "癸亥", eightChar.getMingGong()); |
| 459 | Assert.assertEquals("身宫", "己未", eightChar.getShenGong()); |
| 460 | } |
| 461 | |
| 462 | @Test |
| 463 | public void test22() { |
nothing calls this directly
no test coverage detected