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