Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test17
Method
test17
src/test/java/test/SolarTest.java:113–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
@Test
114
public
void
test17(){
115
Solar solar =
new
Solar(1582, 10, 4);
116
Assert.assertEquals(
"1582-11-01"
, solar.next(18).toYmd());
117
}
118
119
@Test
120
public
void
test18(){
Callers
nothing calls this directly
Calls
2
next
Method · 0.95
toYmd
Method · 0.80
Tested by
no test coverage detected