Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test3
Method
test3
src/test/java/test/WuHouTest.java:29–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
@Test
30
public
void
test3(){
31
Solar solar =
new
Solar(2017,1,5);
32
Lunar lunar = solar.getLunar();
33
Assert.assertEquals(solar.toString(),
"雁北乡"
,lunar.getWuHou());
34
}
35
36
@Test
37
public
void
test4(){
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