public void testXun() { Solar solar = new Solar(2020, 11, 19, 0, 0, 0); Lunar lunar = solar.getLunar(); Assert.AreEqual("甲午", lunar.getYearXun()); }