Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test9
Method
test9
src/test/java/test/WuHouTest.java:71–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
@Test
72
public
void
test9(){
73
Solar solar =
new
Solar(1982,12,22);
74
Lunar lunar = solar.getLunar();
75
Assert.assertEquals(solar.toString(),
"蚯蚓结"
,lunar.getWuHou());
76
}
77
78
@Test
79
public
void
test10(){
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