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

Method test1

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

Source from the content-addressed store, hash-verified

12public class XingZuoTest {
13
14 @Test
15 public void test1(){
16 Solar solar = new Solar(2020,3,21);
17 Assert.assertEquals(solar.toYmd(),"白羊",solar.getXingZuo());
18 solar = new Solar(2020,4,19);
19 Assert.assertEquals(solar.toYmd(),"白羊",solar.getXingZuo());
20 }
21
22 @Test
23 public void test2(){

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected