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

Method testShenGong2

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

getEightCharMethod · 0.95
getShenGongMethod · 0.80
getLunarMethod · 0.45

Tested by

no test coverage detected