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