Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test7
Method
test7
src/test/java/test/SolarWeekTest.java:56–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
@Test
57
public
void
test7() {
58
SolarWeek week = SolarWeek.fromYmd(2021, 11, 1, 1);
59
Assert.assertEquals(1, week.getIndex());
60
}
61
62
@Test
63
public
void
test8() {
Callers
nothing calls this directly
Calls
2
fromYmd
Method · 0.95
getIndex
Method · 0.95
Tested by
no test coverage detected