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

Method test4

src/test/java/test/SolarWeekTest.java:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 @Test
39 public void test4() {
40 SolarWeek week = SolarWeek.fromYmd(2022, 5, 2, 1);
41 Assert.assertEquals(2, week.getIndex());
42 }
43
44 @Test
45 public void test5() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getIndexMethod · 0.95

Tested by

no test coverage detected