()
| 93 | } |
| 94 | |
| 95 | @Test |
| 96 | public void test10(){ |
| 97 | Solar solar = new Solar(2012,8,5); |
| 98 | Lunar lunar = solar.getLunar(); |
| 99 | Fu fu = lunar.getFu(); |
| 100 | Assert.assertEquals(solar.toYmd(),"中伏",fu.toString()); |
| 101 | Assert.assertEquals(solar.toYmd(),"中伏第9天",fu.toFullString()); |
| 102 | } |
| 103 | |
| 104 | @Test |
| 105 | public void test11(){ |
nothing calls this directly
no test coverage detected