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

Method test3

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

Source from the content-addressed store, hash-verified

30 }
31
32 @Test
33 public void test3() {
34 SolarWeek week = SolarWeek.fromYmd(2022, 5, 1, 1);
35 Assert.assertEquals(1, week.getIndex());
36 }
37
38 @Test
39 public void test4() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getIndexMethod · 0.95

Tested by

no test coverage detected