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

Method test8

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

Source from the content-addressed store, hash-verified

60 }
61
62 @Test
63 public void test8() {
64 SolarWeek week = SolarWeek.fromYmd(2021, 5, 2, 2);
65 Assert.assertEquals(1, week.getIndex());
66 }
67
68 @Test
69 public void test9() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getIndexMethod · 0.95

Tested by

no test coverage detected