()
| 168 | } |
| 169 | |
| 170 | @Test |
| 171 | public void test26() { |
| 172 | Lunar lunar = Lunar.fromYmdHms(2021, 6, 7, 21, 18, 0); |
| 173 | Solar solar = lunar.getSolar(); |
| 174 | Assert.assertEquals("2021-07-16", solar.toString()); |
| 175 | } |
| 176 | |
| 177 | @Test |
| 178 | public void testNext() { |
nothing calls this directly
no test coverage detected