MCPcopy Create free account
hub / github.com/6tail/lunar-java / test9

Method test9

src/test/java/test/FuTest.java:86–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 @Test
87 public void test9(){
88 Solar solar = new Solar(2012,7,18);
89 Lunar lunar = solar.getLunar();
90 Fu fu = lunar.getFu();
91 Assert.assertEquals(solar.toYmd(),"初伏",fu.toString());
92 Assert.assertEquals(solar.toYmd(),"初伏第1天",fu.toFullString());
93 }
94
95 @Test
96 public void test10(){

Callers

nothing calls this directly

Calls 5

getLunarMethod · 0.95
getFuMethod · 0.95
toYmdMethod · 0.95
toStringMethod · 0.95
toFullStringMethod · 0.95

Tested by

no test coverage detected