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

Method test6

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

Source from the content-addressed store, hash-verified

48 }
49
50 @Test
51 public void test6() {
52 SolarWeek week = SolarWeek.fromYmd(2021, 11, 1, 0);
53 Assert.assertEquals(1, week.getIndex());
54 }
55
56 @Test
57 public void test7() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getIndexMethod · 0.95

Tested by

no test coverage detected