()
| 120 | } |
| 121 | |
| 122 | @Test |
| 123 | public void test13(){ |
| 124 | Solar solar = new Solar(2020,7,26); |
| 125 | Lunar lunar = solar.getLunar(); |
| 126 | Fu fu = lunar.getFu(); |
| 127 | Assert.assertEquals(solar.toYmd(),"中伏",fu.toString()); |
| 128 | Assert.assertEquals(solar.toYmd(),"中伏第1天",fu.toFullString()); |
| 129 | } |
| 130 | |
| 131 | @Test |
| 132 | public void test14(){ |
nothing calls this directly
no test coverage detected