MCPcopy Create free account
hub / github.com/6tail/lunar-java / testJD2Solar

Method testJD2Solar

src/test/java/test/JulianDayTest.java:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 @Test
21 public void testJD2Solar() {
22 Solar solar = Solar.fromJulianDay(2459045.5);
23 Assert.assertEquals("2020-07-15 00:00:00", solar.toYmdHms());
24 }
25}

Callers

nothing calls this directly

Calls 2

fromJulianDayMethod · 0.95
toYmdHmsMethod · 0.95

Tested by

no test coverage detected