()
| 50 | } |
| 51 | |
| 52 | @Test |
| 53 | public void test5(){ |
| 54 | Solar solar = new Solar(2011,8,13); |
| 55 | Lunar lunar = solar.getLunar(); |
| 56 | Fu fu = lunar.getFu(); |
| 57 | Assert.assertEquals(solar.toYmd(),"末伏",fu.toString()); |
| 58 | Assert.assertEquals(solar.toYmd(),"末伏第1天",fu.toFullString()); |
| 59 | } |
| 60 | |
| 61 | @Test |
| 62 | public void test6(){ |
nothing calls this directly
no test coverage detected