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

Method test12

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

Source from the content-addressed store, hash-verified

111 }
112
113 @Test
114 public void test12(){
115 Solar solar = new Solar(2020,7,17);
116 Lunar lunar = solar.getLunar();
117 Fu fu = lunar.getFu();
118 Assert.assertEquals(solar.toYmd(),"初伏",fu.toString());
119 Assert.assertEquals(solar.toYmd(),"初伏第2天",fu.toFullString());
120 }
121
122 @Test
123 public void test13(){

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