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

Method test10

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

Source from the content-addressed store, hash-verified

76 }
77
78 @Test
79 public void test10(){
80 Solar solar = new Solar(2021,12,21);
81 Lunar lunar = solar.getLunar();
82 Assert.assertEquals(solar.toString(),"冬至 初候",lunar.getHou());
83 }
84
85 @Test
86 public void test11(){

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
toStringMethod · 0.95
getHouMethod · 0.95

Tested by

no test coverage detected