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

Method test3

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

Source from the content-addressed store, hash-verified

28 }
29
30 @Test
31 public void test3(){
32 Solar solar = new Solar(2020,5,21);
33 Assert.assertEquals(solar.toYmd(),"双子",solar.getXingZuo());
34 solar = new Solar(2020,6,21);
35 Assert.assertEquals(solar.toYmd(),"双子",solar.getXingZuo());
36 }
37
38 @Test
39 public void test4(){

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected