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