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

Method test2

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

Source from the content-addressed store, hash-verified

23 }
24
25 @Test
26 public void test2(){
27 Solar solar = new Solar(2011,7,23);
28 Lunar lunar = solar.getLunar();
29 Fu fu = lunar.getFu();
30 Assert.assertEquals(solar.toYmd(),"初伏",fu.toString());
31 Assert.assertEquals(solar.toYmd(),"初伏第10天",fu.toFullString());
32 }
33
34 @Test
35 public void test3(){

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