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

Method test12

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

Source from the content-addressed store, hash-verified

90 }
91
92 @Test
93 public void test12(){
94 Solar solar = new Solar(2021,12,31);
95 Lunar lunar = solar.getLunar();
96 Assert.assertEquals(solar.toString(),"冬至 三候",lunar.getHou());
97 }
98
99 @Test
100 public void test13(){

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
toStringMethod · 0.95
getHouMethod · 0.95

Tested by

no test coverage detected