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

Method test5

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

Source from the content-addressed store, hash-verified

50 }
51
52 @Test
53 public void test5(){
54 Solar solar = new Solar(2011,8,13);
55 Lunar lunar = solar.getLunar();
56 Fu fu = lunar.getFu();
57 Assert.assertEquals(solar.toYmd(),"末伏",fu.toString());
58 Assert.assertEquals(solar.toYmd(),"末伏第1天",fu.toFullString());
59 }
60
61 @Test
62 public void test6(){

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