()
| 129 | } |
| 130 | |
| 131 | @Test |
| 132 | public void test14(){ |
| 133 | Solar solar = new Solar(2020,8,24); |
| 134 | Lunar lunar = solar.getLunar(); |
| 135 | Fu fu = lunar.getFu(); |
| 136 | Assert.assertEquals(solar.toYmd(),"末伏",fu.toString()); |
| 137 | Assert.assertEquals(solar.toYmd(),"末伏第10天",fu.toFullString()); |
| 138 | } |
| 139 | |
| 140 | } |
nothing calls this directly
no test coverage detected