()
| 66 | } |
| 67 | |
| 68 | @Test |
| 69 | public void test10() { |
| 70 | Lunar d = Lunar.fromYmdHms(2033, 1, 1, 12, 0,0); |
| 71 | Assert.assertEquals("七赤金摇光", d.getTimeNineStar().toString()); |
| 72 | } |
| 73 | |
| 74 | @Test |
| 75 | public void test11() { |
nothing calls this directly
no test coverage detected