Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test5
Method
test5
src/test/java/test/WeekTest.java:70–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
@Test
71
public
void
test5(){
72
Solar solar = Solar.fromYmd(8, 11, 1);
73
Assert.assertEquals(4, solar.getWeek());
74
}
75
76
@Test
77
public
void
test6(){
Callers
nothing calls this directly
Calls
2
fromYmd
Method · 0.95
getWeek
Method · 0.95
Tested by
no test coverage detected