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

Method test21

src/test/java/test/LunarTest.java:150–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 @Test
151 public void test21() {
152 Solar solar = Solar.fromYmd(2022, 1, 31);
153 Lunar lunar = solar.getLunar();
154 Assert.assertEquals("除夕", lunar.getFestivals().get(0));
155 }
156
157 @Test
158 public void test22() {

Callers

nothing calls this directly

Calls 3

fromYmdMethod · 0.95
getLunarMethod · 0.95
getFestivalsMethod · 0.95

Tested by

no test coverage detected