()
| 9 | |
| 10 | public class NineStarTest { |
| 11 | @Test |
| 12 | public void test1() { |
| 13 | Lunar lunar = Solar.fromYmd(1985, 2, 19).getLunar(); |
| 14 | Assert.assertEquals("六", lunar.getYearNineStar().getNumber()); |
| 15 | Assert.assertEquals("五黄土玉衡", lunar.getDayNineStar().toString()); |
| 16 | } |
| 17 | |
| 18 | @Test |
| 19 | public void test2() { |
nothing calls this directly
no test coverage detected