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

Method test14

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

Source from the content-addressed store, hash-verified

129 }
130
131 @Test
132 public void test14(){
133 Solar solar = new Solar(2020,8,24);
134 Lunar lunar = solar.getLunar();
135 Fu fu = lunar.getFu();
136 Assert.assertEquals(solar.toYmd(),"末伏",fu.toString());
137 Assert.assertEquals(solar.toYmd(),"末伏第10天",fu.toFullString());
138 }
139
140}

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