()
| 409 | } |
| 410 | |
| 411 | @Test |
| 412 | public void test17() { |
| 413 | Solar solar = new Solar(1986, 5, 29, 13, 37, 0); |
| 414 | Lunar lunar = solar.getLunar(); |
| 415 | EightChar eightChar = lunar.getEightChar(); |
| 416 | Assert.assertEquals("辛丑", eightChar.getShenGong()); |
| 417 | } |
| 418 | |
| 419 | @Test |
| 420 | public void test18() { |
nothing calls this directly
no test coverage detected