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