()
| 233 | } |
| 234 | |
| 235 | @Test |
| 236 | public void testShenGong1() { |
| 237 | Lunar lunar = new Solar(1994, 12, 6, 2, 0, 0).getLunar(); |
| 238 | Assert.assertEquals("身宫", "丁丑", lunar.getEightChar().getShenGong()); |
| 239 | } |
| 240 | |
| 241 | @Test |
| 242 | public void testShenGong2() { |
nothing calls this directly
no test coverage detected