Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test8
Method
test8
src/test/java/test/FuTest.java:78–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
@Test
79
public
void
test8(){
80
Solar solar =
new
Solar(2011,8,23);
81
Lunar lunar = solar.getLunar();
82
Fu fu = lunar.getFu();
83
Assert.assertNull(solar.toYmd(),fu);
84
}
85
86
@Test
87
public
void
test9(){
Callers
nothing calls this directly
Calls
3
getLunar
Method · 0.95
getFu
Method · 0.95
toYmd
Method · 0.95
Tested by
no test coverage detected