Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test3
Method
test3
src/test/java/test/WeekTest.java:58–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
@Test
59
public
void
test3(){
60
Solar solar = Solar.fromYmd(1129, 11, 17);
61
Assert.assertEquals(0, solar.getWeek());
62
}
63
64
@Test
65
public
void
test4(){
Callers
nothing calls this directly
Calls
2
fromYmd
Method · 0.95
getWeek
Method · 0.95
Tested by
no test coverage detected