()
| 16 | } |
| 17 | |
| 18 | @Test |
| 19 | public void test2() { |
| 20 | Lunar lunar = Lunar.fromYmd(2022, 1, 1); |
| 21 | Assert.assertEquals("六白金开阳", lunar.getYearNineStar().toString()); |
| 22 | Assert.assertEquals("四绿木天权", lunar.getDayNineStar().toString()); |
| 23 | } |
| 24 | |
| 25 | @Test |
| 26 | public void test3() { |
nothing calls this directly
no test coverage detected