Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test30
Method
test30
src/test/java/test/SolarTest.java:192–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
}
191
192
@Test
193
public
void
test30(){
194
Solar solar = Solar.fromYmd(2023, 8, 31);
195
Assert.assertEquals(
"2024-02-29"
, solar.nextMonth(6).toYmd());
196
}
197
198
}
Callers
nothing calls this directly
Calls
3
fromYmd
Method · 0.95
nextMonth
Method · 0.95
toYmd
Method · 0.80
Tested by
no test coverage detected