()
| 84 | } |
| 85 | |
| 86 | @Test |
| 87 | public void test9(){ |
| 88 | Solar solar = new Solar(2012,7,18); |
| 89 | Lunar lunar = solar.getLunar(); |
| 90 | Fu fu = lunar.getFu(); |
| 91 | Assert.assertEquals(solar.toYmd(),"初伏",fu.toString()); |
| 92 | Assert.assertEquals(solar.toYmd(),"初伏第1天",fu.toFullString()); |
| 93 | } |
| 94 | |
| 95 | @Test |
| 96 | public void test10(){ |
nothing calls this directly
no test coverage detected