()
| 84 | } |
| 85 | |
| 86 | @Test |
| 87 | public void test10(){ |
| 88 | Solar solar = new Solar(2020,12,22); |
| 89 | Assert.assertEquals(solar.toYmd(),"摩羯",solar.getXingZuo()); |
| 90 | solar = new Solar(2021,1,19); |
| 91 | Assert.assertEquals(solar.toYmd(),"摩羯",solar.getXingZuo()); |
| 92 | } |
| 93 | |
| 94 | @Test |
| 95 | public void test11(){ |
nothing calls this directly
no test coverage detected