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

Method test13

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

Source from the content-addressed store, hash-verified

120 }
121
122 @Test
123 public void test13(){
124 Solar solar = new Solar(2020,7,26);
125 Lunar lunar = solar.getLunar();
126 Fu fu = lunar.getFu();
127 Assert.assertEquals(solar.toYmd(),"中伏",fu.toString());
128 Assert.assertEquals(solar.toYmd(),"中伏第1天",fu.toFullString());
129 }
130
131 @Test
132 public void test14(){

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