()
| 227 | } |
| 228 | |
| 229 | @Test |
| 230 | public void testShenGong() { |
| 231 | Lunar lunar = new Solar(1995, 12, 18, 10, 28, 0).getLunar(); |
| 232 | Assert.assertEquals("身宫", "壬午", lunar.getEightChar().getShenGong()); |
| 233 | } |
| 234 | |
| 235 | @Test |
| 236 | public void testShenGong1() { |
nothing calls this directly
no test coverage detected