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