()
| 417 | } |
| 418 | |
| 419 | @Test |
| 420 | public void test18() { |
| 421 | Solar solar = new Solar(2023, 10, 8, 18, 37, 0); |
| 422 | Lunar lunar = solar.getLunar(); |
| 423 | EightChar eightChar = lunar.getEightChar(); |
| 424 | Assert.assertEquals("己未", eightChar.getShenGong()); |
| 425 | } |
| 426 | |
| 427 | @Test |
| 428 | public void test19() { |
nothing calls this directly
no test coverage detected