()
| 23 | } |
| 24 | |
| 25 | @Test |
| 26 | public void test3() { |
| 27 | Lunar lunar = Lunar.fromYmd(2033, 1, 1); |
| 28 | Assert.assertEquals("四绿木天权", lunar.getYearNineStar().toString()); |
| 29 | Assert.assertEquals("一白水天枢", lunar.getDayNineStar().toString()); |
| 30 | } |
| 31 | |
| 32 | @Test |
| 33 | public void test4() { |
nothing calls this directly
no test coverage detected