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

Method test10

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

Source from the content-addressed store, hash-verified

93 }
94
95 @Test
96 public void test10(){
97 Solar solar = new Solar(2012,8,5);
98 Lunar lunar = solar.getLunar();
99 Fu fu = lunar.getFu();
100 Assert.assertEquals(solar.toYmd(),"中伏",fu.toString());
101 Assert.assertEquals(solar.toYmd(),"中伏第9天",fu.toFullString());
102 }
103
104 @Test
105 public void test11(){

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