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

Method testShenGong1

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

getEightCharMethod · 0.95
getShenGongMethod · 0.80
getLunarMethod · 0.45

Tested by

no test coverage detected