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

Method test9

src/test/java/test/JieQiTest.java:189–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 }
188
189 @Test
190 public void test9() {
191 Solar solar = Solar.fromYmd(2021, 12, 21);
192 Assert.assertEquals("冬至", solar.getLunar().getJieQi());
193 Assert.assertEquals("", solar.getLunar().getJie());
194 Assert.assertEquals("冬至", solar.getLunar().getQi());
195 }
196
197 @Test
198 public void test10() {

Callers

nothing calls this directly

Calls 5

fromYmdMethod · 0.95
getLunarMethod · 0.95
getJieQiMethod · 0.80
getJieMethod · 0.80
getQiMethod · 0.80

Tested by

no test coverage detected