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

Method test8

src/test/java/test/LiuYaoTest.java:64–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 @Test
65 public void test8(){
66 Solar solar = new Solar(2020,12,11);
67 Lunar lunar = solar.getLunar();
68 Assert.assertEquals(lunar.toString(),"赤口",lunar.getLiuYao());
69 }
70
71}

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
toStringMethod · 0.95
getLiuYaoMethod · 0.95

Tested by

no test coverage detected