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

Method test21

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

Source from the content-addressed store, hash-verified

452 }
453
454 @Test
455 public void test21() {
456 Lunar lunar = Solar.fromYmdHms(2024, 1, 29, 9, 30, 0).getLunar();
457 EightChar eightChar = lunar.getEightChar();
458 Assert.assertEquals("命宫", "癸亥", eightChar.getMingGong());
459 Assert.assertEquals("身宫", "己未", eightChar.getShenGong());
460 }
461
462 @Test
463 public void test22() {

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