Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test7
Method
test7
src/test/java/test/WuHouTest.java:57–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
@Test
58
public
void
test7(){
59
Solar solar =
new
Solar(2020,12,8);
60
Lunar lunar = solar.getLunar();
61
Assert.assertEquals(solar.toString(),
"鹖鴠不鸣"
,lunar.getWuHou());
62
}
63
64
@Test
65
public
void
test8(){
Callers
nothing calls this directly
Calls
3
getLunar
Method · 0.95
toString
Method · 0.95
getWuHou
Method · 0.95
Tested by
no test coverage detected