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

Method test11

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

Source from the content-addressed store, hash-verified

102 }
103
104 @Test
105 public void test11(){
106 Solar solar = new Solar(2012,8,8);
107 Lunar lunar = solar.getLunar();
108 Fu fu = lunar.getFu();
109 Assert.assertEquals(solar.toYmd(),"末伏",fu.toString());
110 Assert.assertEquals(solar.toYmd(),"末伏第2天",fu.toFullString());
111 }
112
113 @Test
114 public void test12(){

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