()
| 470 | } |
| 471 | |
| 472 | @Test |
| 473 | public void test24() { |
| 474 | Assert.assertEquals("丁丑", Solar.fromYmdHms(2019, 3, 27, 2, 0, 0).getLunar().getEightChar().getMingGong()); |
| 475 | } |
| 476 | |
| 477 | @Test |
| 478 | public void test25() { |
nothing calls this directly
no test coverage detected