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

Method test6

src/test/java/test/YunTest.java:77–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 @Test
78 public void test6() {
79 Solar solar = new Solar(2018, 6, 11, 9, 30, 0);
80 Lunar lunar = solar.getLunar();
81 EightChar eightChar = lunar.getEightChar();
82 Yun yun = eightChar.getYun(0, 2);
83 Assert.assertEquals("起运阳历", "2020-03-21", yun.getStartSolar().toYmd());
84 }
85
86}

Callers

nothing calls this directly

Calls 5

getLunarMethod · 0.95
getEightCharMethod · 0.95
getYunMethod · 0.95
getStartSolarMethod · 0.95
toYmdMethod · 0.80

Tested by

no test coverage detected