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

Method test5

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

Source from the content-addressed store, hash-verified

42 }
43
44 @Test
45 public void test5() {
46 SolarWeek week = SolarWeek.fromYmd(2022, 5, 8, 1);
47 Assert.assertEquals(2, week.getIndex());
48 }
49
50 @Test
51 public void test6() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getIndexMethod · 0.95

Tested by

no test coverage detected