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

Method test11

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

Source from the content-addressed store, hash-verified

78 }
79
80 @Test
81 public void test11() {
82 SolarWeek week = SolarWeek.fromYmd(2022, 3, 6, 1);
83 Assert.assertEquals(10, week.getIndexInYear());
84 }
85
86}

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getIndexInYearMethod · 0.95

Tested by

no test coverage detected