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

Method test4

src/test/java/test/WuHouTest.java:36–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 @Test
37 public void test4(){
38 Solar solar = new Solar(2020,4,10);
39 Lunar lunar = solar.getLunar();
40 Assert.assertEquals(solar.toString(),"田鼠化为鴽",lunar.getWuHou());
41 }
42
43 @Test
44 public void test5(){

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
toStringMethod · 0.95
getWuHouMethod · 0.95

Tested by

no test coverage detected