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

Method test1

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

Source from the content-addressed store, hash-verified

14public class FuTest {
15
16 @Test
17 public void test1(){
18 Solar solar = new Solar(2011,7,14);
19 Lunar lunar = solar.getLunar();
20 Fu fu = lunar.getFu();
21 Assert.assertEquals(solar.toYmd(),"初伏",fu.toString());
22 Assert.assertEquals(solar.toYmd(),"初伏第1天",fu.toFullString());
23 }
24
25 @Test
26 public void test2(){

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