()
| 245 | } |
| 246 | |
| 247 | @Test |
| 248 | public void testShenGong3() { |
| 249 | Lunar lunar = new Solar(1993, 5, 23, 4, 0, 0).getLunar(); |
| 250 | Assert.assertEquals("身宫", "庚申", lunar.getEightChar().getShenGong()); |
| 251 | } |
| 252 | |
| 253 | @Test |
| 254 | public void testBaZi2Solar() { |
nothing calls this directly
no test coverage detected