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

Method test6

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

Source from the content-addressed store, hash-verified

59 }
60
61 @Test
62 public void test6(){
63 Solar solar = new Solar(2011,8,22);
64 Lunar lunar = solar.getLunar();
65 Fu fu = lunar.getFu();
66 Assert.assertEquals(solar.toYmd(),"末伏",fu.toString());
67 Assert.assertEquals(solar.toYmd(),"末伏第10天",fu.toFullString());
68 }
69
70 @Test
71 public void test7(){

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