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

Method test27

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

Source from the content-addressed store, hash-verified

488 }
489
490 @Test
491 public void test27() {
492 Lunar lunar = Solar.fromYmdHms(1972, 11, 27, 10, 0, 0).getLunar();
493 EightChar eightChar = lunar.getEightChar();
494 Assert.assertEquals("身宫", "乙巳", eightChar.getShenGong());
495 }
496
497 @Test
498 public void test28() {

Callers

nothing calls this directly

Calls 4

fromYmdHmsMethod · 0.95
getEightCharMethod · 0.95
getShenGongMethod · 0.95
getLunarMethod · 0.45

Tested by

no test coverage detected