()
| 102 | } |
| 103 | |
| 104 | @Test |
| 105 | public void test11(){ |
| 106 | Solar solar = new Solar(2012,8,8); |
| 107 | Lunar lunar = solar.getLunar(); |
| 108 | Fu fu = lunar.getFu(); |
| 109 | Assert.assertEquals(solar.toYmd(),"末伏",fu.toString()); |
| 110 | Assert.assertEquals(solar.toYmd(),"末伏第2天",fu.toFullString()); |
| 111 | } |
| 112 | |
| 113 | @Test |
| 114 | public void test12(){ |
nothing calls this directly
no test coverage detected