Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test2
Method
test2
src/test/java/test/LiuYaoTest.java:22–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
@Test
23
public
void
test2(){
24
Solar solar =
new
Solar(2021,1,15);
25
Lunar lunar = solar.getLunar();
26
Assert.assertEquals(lunar.toString(),
"友引"
,lunar.getLiuYao());
27
}
28
29
@Test
30
public
void
test3(){
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