Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test12
Method
test12
src/test/java/test/WuHouTest.java:92–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
@Test
93
public
void
test12(){
94
Solar solar =
new
Solar(2021,12,31);
95
Lunar lunar = solar.getLunar();
96
Assert.assertEquals(solar.toString(),
"冬至 三候"
,lunar.getHou());
97
}
98
99
@Test
100
public
void
test13(){
Callers
nothing calls this directly
Calls
3
getLunar
Method · 0.95
toString
Method · 0.95
getHou
Method · 0.95
Tested by
no test coverage detected