()
| 239 | } |
| 240 | |
| 241 | @Test |
| 242 | public void testShenGong2() { |
| 243 | Lunar lunar = new Solar(1990, 12, 11, 6, 0, 0).getLunar(); |
| 244 | Assert.assertEquals("身宫", "庚辰", lunar.getEightChar().getShenGong()); |
| 245 | } |
| 246 | |
| 247 | @Test |
| 248 | public void testShenGong3() { |
nothing calls this directly
no test coverage detected