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

Method test8

src/test/java/test/WuHouTest.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(solar.toString(),"鹖鴠不鸣",lunar.getWuHou());
69 }
70
71 @Test
72 public void test9(){

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
toStringMethod · 0.95
getWuHouMethod · 0.95

Tested by

no test coverage detected