()
| 13 | public class TaoTest { |
| 14 | |
| 15 | @Test |
| 16 | public void test() { |
| 17 | Tao tao = Tao.fromLunar(Lunar.fromYmdHms(2021, 10, 17, 18, 0, 0)); |
| 18 | Assert.assertEquals("四七一八年十月十七", tao.toString()); |
| 19 | Assert.assertEquals("道歷四七一八年,天運辛丑年,己亥月,癸酉日。十月十七日,酉時。", tao.toFullString()); |
| 20 | } |
| 21 | |
| 22 | @Test |
| 23 | public void test1() { |
nothing calls this directly
no test coverage detected