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

Method test10

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

Source from the content-addressed store, hash-verified

72 }
73
74 @Test
75 public void test10() {
76 SolarWeek week = SolarWeek.fromYmd(2022, 3, 6, 0);
77 Assert.assertEquals(11, week.getIndexInYear());
78 }
79
80 @Test
81 public void test11() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getIndexInYearMethod · 0.95

Tested by

no test coverage detected