()
| 465 | } |
| 466 | |
| 467 | @Test |
| 468 | public void test23() { |
| 469 | Assert.assertEquals("甲戌", Solar.fromYmdHms(2019, 3, 7, 8, 0, 0).getLunar().getEightChar().getMingGong()); |
| 470 | } |
| 471 | |
| 472 | @Test |
| 473 | public void test24() { |
nothing calls this directly
no test coverage detected