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