Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test10
Method
test10
src/test/java/test/WuHouTest.java:78–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
@Test
79
public
void
test10(){
80
Solar solar =
new
Solar(2021,12,21);
81
Lunar lunar = solar.getLunar();
82
Assert.assertEquals(solar.toString(),
"冬至 初候"
,lunar.getHou());
83
}
84
85
@Test
86
public
void
test11(){
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