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

Method test32

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

Source from the content-addressed store, hash-verified

544 }
545
546 @Test
547 public void test32() {
548 Lunar lunar = Solar.fromYmdHms(1980, 6, 15, 12, 30, 30).getLunar();
549 EightChar eightChar = lunar.getEightChar();
550 Assert.assertEquals("身宫", "己丑", eightChar.getShenGong());
551 }
552
553 @Test
554 public void test50() {

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