Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test6
Method
test6
src/test/java/test/LiuYaoTest.java:50–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
@Test
51
public
void
test6(){
52
Solar solar =
new
Solar(2020,6,1);
53
Lunar lunar = solar.getLunar();
54
Assert.assertEquals(lunar.toString(),
"先胜"
,lunar.getLiuYao());
55
}
56
57
@Test
58
public
void
test7(){
Callers
nothing calls this directly
Calls
3
getLunar
Method · 0.95
toString
Method · 0.95
getLiuYao
Method · 0.95
Tested by
no test coverage detected