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

Method testSolar2JD

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

Source from the content-addressed store, hash-verified

12public class JulianDayTest {
13
14 @Test
15 public void testSolar2JD() {
16 Solar solar = Solar.fromYmd(2020, 7, 15);
17 Assert.assertEquals(2459045.5, solar.getJulianDay(), 0);
18 }
19
20 @Test
21 public void testJD2Solar() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getJulianDayMethod · 0.95

Tested by

no test coverage detected