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

Method test11

src/test/java/test/SolarTest.java:77–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 @Test
78 public void test11(){
79 Solar solar = new Solar(2022, 3, 28);
80 Assert.assertEquals("全国中小学生安全教育日",solar.getFestivals().get(0));
81 }
82
83 @Test
84 public void test12(){

Callers

nothing calls this directly

Calls 1

getFestivalsMethod · 0.95

Tested by

no test coverage detected