()
| 75 | } |
| 76 | |
| 77 | @Test |
| 78 | public void test6() { |
| 79 | Solar solar = new Solar(2018, 6, 11, 9, 30, 0); |
| 80 | Lunar lunar = solar.getLunar(); |
| 81 | EightChar eightChar = lunar.getEightChar(); |
| 82 | Yun yun = eightChar.getYun(0, 2); |
| 83 | Assert.assertEquals("起运阳历", "2020-03-21", yun.getStartSolar().toYmd()); |
| 84 | } |
| 85 | |
| 86 | } |
nothing calls this directly
no test coverage detected