()
| 544 | } |
| 545 | |
| 546 | @Test |
| 547 | public void test32() { |
| 548 | Lunar lunar = Solar.fromYmdHms(1980, 6, 15, 12, 30, 30).getLunar(); |
| 549 | EightChar eightChar = lunar.getEightChar(); |
| 550 | Assert.assertEquals("身宫", "己丑", eightChar.getShenGong()); |
| 551 | } |
| 552 | |
| 553 | @Test |
| 554 | public void test50() { |
nothing calls this directly
no test coverage detected