()
| 59 | } |
| 60 | |
| 61 | @Test |
| 62 | public void test6(){ |
| 63 | Solar solar = new Solar(2011,8,22); |
| 64 | Lunar lunar = solar.getLunar(); |
| 65 | Fu fu = lunar.getFu(); |
| 66 | Assert.assertEquals(solar.toYmd(),"末伏",fu.toString()); |
| 67 | Assert.assertEquals(solar.toYmd(),"末伏第10天",fu.toFullString()); |
| 68 | } |
| 69 | |
| 70 | @Test |
| 71 | public void test7(){ |
nothing calls this directly
no test coverage detected