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

Method test1

src/test/java/test/HolidayTest.java:124–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 @Test
125 public void test1() {
126 Holiday holiday = HolidayUtil.getHoliday(2016,10,4);
127 Assert.assertNotNull(holiday);
128 Assert.assertNotNull(holiday.getTarget());
129 Assert.assertEquals("2016-10-01",holiday.getTarget());
130 }
131
132 @Test
133 public void testRemove() {

Callers

nothing calls this directly

Calls 2

getHolidayMethod · 0.95
getTargetMethod · 0.95

Tested by

no test coverage detected