Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test4
Method
test4
src/test/java/test/WuHouTest.java:36–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
@Test
37
public
void
test4(){
38
Solar solar =
new
Solar(2020,4,10);
39
Lunar lunar = solar.getLunar();
40
Assert.assertEquals(solar.toString(),
"田鼠化为鴽"
,lunar.getWuHou());
41
}
42
43
@Test
44
public
void
test5(){
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