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

Method test2

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

Source from the content-addressed store, hash-verified

20 }
21
22 @Test
23 public void test2(){
24 Solar solar = new Solar(2020,4,20);
25 Assert.assertEquals(solar.toYmd(),"金牛",solar.getXingZuo());
26 solar = new Solar(2020,5,20);
27 Assert.assertEquals(solar.toYmd(),"金牛",solar.getXingZuo());
28 }
29
30 @Test
31 public void test3(){

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected