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

Method test26

src/test/java/test/LunarTest.java:170–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 3

fromYmdHmsMethod · 0.95
getSolarMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected