()
| 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(){ |
nothing calls this directly
no test coverage detected