Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test24
Method
test24
src/test/java/test/SolarTest.java:156–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
}
155
156
@Test
157
public
void
test24(){
158
Solar solar =
new
Solar(1582, 10, 15);
159
Assert.assertEquals(
"1582-09-30"
, solar.next(-5).toYmd());
160
}
161
162
@Test
163
public
void
test25(){
Callers
nothing calls this directly
Calls
2
next
Method · 0.95
toYmd
Method · 0.80
Tested by
no test coverage detected