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

Method test5

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

Source from the content-addressed store, hash-verified

44 }
45
46 @Test
47 public void test5(){
48 Solar solar = new Solar(2020,7,23);
49 Assert.assertEquals(solar.toYmd(),"狮子",solar.getXingZuo());
50 solar = new Solar(2020,8,22);
51 Assert.assertEquals(solar.toYmd(),"狮子",solar.getXingZuo());
52 }
53
54 @Test
55 public void test6(){

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected