()
| 565 | } |
| 566 | |
| 567 | @Test |
| 568 | public void test51() { |
| 569 | Solar solar = new Solar(2013, 8, 8, 9, 30, 0); |
| 570 | Lunar lunar = solar.getLunar(); |
| 571 | EightChar eightChar = lunar.getEightChar(); |
| 572 | Assert.assertEquals("时柱", "癸巳", eightChar.getTime()); |
| 573 | } |
| 574 | } |
nothing calls this directly
no test coverage detected