Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test6
Method
test6
src/test/java/test/WeekTest.java:76–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
@Test
77
public
void
test6(){
78
Solar solar = Solar.fromYmd(1582, 9, 30);
79
Assert.assertEquals(0, solar.getWeek());
80
}
81
82
@Test
83
public
void
test7(){
Callers
nothing calls this directly
Calls
2
fromYmd
Method · 0.95
getWeek
Method · 0.95
Tested by
no test coverage detected