Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ test7
Method
test7
src/test/java/test/FuTest.java:70–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
@Test
71
public
void
test7(){
72
Solar solar =
new
Solar(2011,7,13);
73
Lunar lunar = solar.getLunar();
74
Fu fu = lunar.getFu();
75
Assert.assertNull(solar.toYmd(),fu);
76
}
77
78
@Test
79
public
void
test8(){
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