Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test14
Method
test14
src/test/java/test/SolarTest.java:95–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
@Test
96
public
void
test14(){
97
Solar solar =
new
Solar(2022, 1, 1);
98
Assert.assertEquals(
"2023-01-01"
, solar.next(365).toYmd());
99
}
100
101
@Test
102
public
void
test15(){
Callers
nothing calls this directly
Calls
2
next
Method · 0.95
toYmd
Method · 0.80
Tested by
no test coverage detected