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

Method test11

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

Source from the content-addressed store, hash-verified

92 }
93
94 @Test
95 public void test11(){
96 Solar solar = new Solar(2021,1,20);
97 Assert.assertEquals(solar.toYmd(),"水瓶",solar.getXingZuo());
98 solar = new Solar(2021,2,18);
99 Assert.assertEquals(solar.toYmd(),"水瓶",solar.getXingZuo());
100 }
101
102 @Test
103 public void test12(){

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected