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

Method test8

src/test/java/test/XingZuoTest.java:70–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 @Test
71 public void test8(){
72 Solar solar = new Solar(2020,10,24);
73 Assert.assertEquals(solar.toYmd(),"天蝎",solar.getXingZuo());
74 solar = new Solar(2020,11,22);
75 Assert.assertEquals(solar.toYmd(),"天蝎",solar.getXingZuo());
76 }
77
78 @Test
79 public void test9(){

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected