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

Method test4

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

Source from the content-addressed store, hash-verified

54 }
55
56 @Test
57 public void test4() {
58 Solar solar = new Solar(2022, 3, 9, 20, 51, 0);
59 Lunar lunar = solar.getLunar();
60 EightChar eightChar = lunar.getEightChar();
61 Yun yun = eightChar.getYun(1);
62 Assert.assertEquals("起运阳历", "2030-12-19", yun.getStartSolar().toYmd());
63 }
64
65 @Test
66 public void test5() {

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