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

Method test26

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

Source from the content-addressed store, hash-verified

480 }
481
482 @Test
483 public void test26() {
484 Lunar lunar = Solar.fromYmdHms(1986, 2, 16, 8, 0, 0).getLunar();
485 EightChar eightChar = lunar.getEightChar();
486 Assert.assertEquals("命宫", "己亥", eightChar.getMingGong());
487 Assert.assertEquals("身宫", "乙未", eightChar.getShenGong());
488 }
489
490 @Test
491 public void test27() {

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected