Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test5
Method
test5
src/test/java/test/WuHouTest.java:43–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
@Test
44
public
void
test5(){
45
Solar solar =
new
Solar(2020,6,11);
46
Lunar lunar = solar.getLunar();
47
Assert.assertEquals(solar.toString(),
"鵙始鸣"
,lunar.getWuHou());
48
}
49
50
@Test
51
public
void
test6(){
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