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

Method test9

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

Source from the content-addressed store, hash-verified

66 }
67
68 @Test
69 public void test9() {
70 SolarWeek week = SolarWeek.fromYmd(2021, 5, 4, 2);
71 Assert.assertEquals(2, week.getIndex());
72 }
73
74 @Test
75 public void test10() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getIndexMethod · 0.95

Tested by

no test coverage detected