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

Method test

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

Source from the content-addressed store, hash-verified

12public class SolarWeekTest {
13
14 @Test
15 public void test() {
16 SolarWeek week = SolarWeek.fromYmd(2022, 5, 1, 0);
17 Assert.assertEquals(1, week.getIndex());
18 }
19
20 @Test
21 public void test1() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getIndexMethod · 0.95

Tested by

no test coverage detected