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

Method test5

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

Source from the content-addressed store, hash-verified

41 }
42
43 @Test
44 public void test5(){
45 Solar solar = new Solar(2020,6,11);
46 Lunar lunar = solar.getLunar();
47 Assert.assertEquals(solar.toString(),"鵙始鸣",lunar.getWuHou());
48 }
49
50 @Test
51 public void test6(){

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
toStringMethod · 0.95
getWuHouMethod · 0.95

Tested by

no test coverage detected