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

Method test3

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

Source from the content-addressed store, hash-verified

32 }
33
34 @Test
35 public void test3(){
36 Solar solar = new Solar(2011,7,24);
37 Lunar lunar = solar.getLunar();
38 Fu fu = lunar.getFu();
39 Assert.assertEquals(solar.toYmd(),"中伏",fu.toString());
40 Assert.assertEquals(solar.toYmd(),"中伏第1天",fu.toFullString());
41 }
42
43 @Test
44 public void test4(){

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