()
| 111 | } |
| 112 | |
| 113 | @Test |
| 114 | public void test12(){ |
| 115 | Solar solar = new Solar(2020,7,17); |
| 116 | Lunar lunar = solar.getLunar(); |
| 117 | Fu fu = lunar.getFu(); |
| 118 | Assert.assertEquals(solar.toYmd(),"初伏",fu.toString()); |
| 119 | Assert.assertEquals(solar.toYmd(),"初伏第2天",fu.toFullString()); |
| 120 | } |
| 121 | |
| 122 | @Test |
| 123 | public void test13(){ |
nothing calls this directly
no test coverage detected