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

Method test4

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

Source from the content-addressed store, hash-verified

36 }
37
38 @Test
39 public void test4(){
40 Solar solar = new Solar(2020,6,22);
41 Assert.assertEquals(solar.toYmd(),"巨蟹",solar.getXingZuo());
42 solar = new Solar(2020,7,22);
43 Assert.assertEquals(solar.toYmd(),"巨蟹",solar.getXingZuo());
44 }
45
46 @Test
47 public void test5(){

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected