()
| 72 | } |
| 73 | |
| 74 | @Test |
| 75 | public void test11() { |
| 76 | Lunar d = Lunar.fromYmdHms(2011, 5, 3, 23, 0,0); |
| 77 | Assert.assertEquals("七赤金摇光", d.getTimeNineStar().toString()); |
| 78 | } |
| 79 | |
| 80 | @Test |
| 81 | public void test12() { |
nothing calls this directly
no test coverage detected