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

Method testShenGong3

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

Source from the content-addressed store, hash-verified

245 }
246
247 @Test
248 public void testShenGong3() {
249 Lunar lunar = new Solar(1993, 5, 23, 4, 0, 0).getLunar();
250 Assert.assertEquals("身宫", "庚申", lunar.getEightChar().getShenGong());
251 }
252
253 @Test
254 public void testBaZi2Solar() {

Callers

nothing calls this directly

Calls 3

getEightCharMethod · 0.95
getShenGongMethod · 0.80
getLunarMethod · 0.45

Tested by

no test coverage detected