MCPcopy Create free account
hub / github.com/6tail/lunar-java / testShenGong

Method testShenGong

src/test/java/test/BaZiTest.java:229–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 3

getEightCharMethod · 0.95
getShenGongMethod · 0.80
getLunarMethod · 0.45

Tested by

no test coverage detected