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

Method test2

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

Source from the content-addressed store, hash-verified

24 }
25
26 @Test
27 public void test2() {
28 SolarWeek week = SolarWeek.fromYmd(2022, 5, 8, 0);
29 Assert.assertEquals(2, week.getIndex());
30 }
31
32 @Test
33 public void test3() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getIndexMethod · 0.95

Tested by

no test coverage detected