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

Method test11

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

Source from the content-addressed store, hash-verified

83 }
84
85 @Test
86 public void test11(){
87 Solar solar = new Solar(2021,12,26);
88 Lunar lunar = solar.getLunar();
89 Assert.assertEquals(solar.toString(),"冬至 二候",lunar.getHou());
90 }
91
92 @Test
93 public void test12(){

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
toStringMethod · 0.95
getHouMethod · 0.95

Tested by

no test coverage detected