Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test2
Method
test2
src/test/java/test/WeekTest.java:52–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
@Test
53
public
void
test2(){
54
Solar solar = Solar.fromYmd(1582, 10, 15);
55
Assert.assertEquals(5, solar.getWeek());
56
}
57
58
@Test
59
public
void
test3(){
Callers
nothing calls this directly
Calls
2
fromYmd
Method · 0.95
getWeek
Method · 0.95
Tested by
no test coverage detected