Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test5
Method
test5
src/test/java/test/SolarWeekTest.java:44–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
@Test
45
public
void
test5() {
46
SolarWeek week = SolarWeek.fromYmd(2022, 5, 8, 1);
47
Assert.assertEquals(2, week.getIndex());
48
}
49
50
@Test
51
public
void
test6() {
Callers
nothing calls this directly
Calls
2
fromYmd
Method · 0.95
getIndex
Method · 0.95
Tested by
no test coverage detected