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

Method test12

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

Source from the content-addressed store, hash-verified

100 }
101
102 @Test
103 public void test12(){
104 Solar solar = new Solar(2021,2,19);
105 Assert.assertEquals(solar.toYmd(),"双鱼",solar.getXingZuo());
106 solar = new Solar(2021,3,20);
107 Assert.assertEquals(solar.toYmd(),"双鱼",solar.getXingZuo());
108 }
109
110}

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected