()
| 460 | } |
| 461 | |
| 462 | @Test |
| 463 | public void test22() { |
| 464 | Assert.assertEquals("身宫", "丙寅", Solar.fromYmdHms(1990, 1, 27, 0, 0, 0).getLunar().getEightChar().getShenGong()); |
| 465 | } |
| 466 | |
| 467 | @Test |
| 468 | public void test23() { |
nothing calls this directly
no test coverage detected