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

Method test1

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

Source from the content-addressed store, hash-verified

18 }
19
20 @Test
21 public void test1() {
22 SolarWeek week = SolarWeek.fromYmd(2022, 5, 7, 0);
23 Assert.assertEquals(1, week.getIndex());
24 }
25
26 @Test
27 public void test2() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getIndexMethod · 0.95

Tested by

no test coverage detected