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