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

Method test13

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

Source from the content-addressed store, hash-verified

97 }
98
99 @Test
100 public void test13(){
101 Solar solar = new Solar(2022,1,5);
102 Lunar lunar = solar.getLunar();
103 Assert.assertEquals(solar.toString(),"小寒 初候",lunar.getHou());
104 }
105
106 @Test
107 public void test15(){

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
toStringMethod · 0.95
getHouMethod · 0.95

Tested by

no test coverage detected