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

Method test19

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

Source from the content-addressed store, hash-verified

136 }
137
138 @Test
139 public void test19() {
140 Lunar lunar = new Lunar(2020, 12, 30);
141 Assert.assertEquals("除夕", lunar.getFestivals().get(0));
142 }
143
144 @Test
145 public void test20() {

Callers

nothing calls this directly

Calls 1

getFestivalsMethod · 0.95

Tested by

no test coverage detected