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

Method test38

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

Source from the content-addressed store, hash-verified

275 }
276
277 @Test
278 public void test38() {
279 Lunar lunar = Lunar.fromYmd(7013, -11, 4);
280 Solar solar = lunar.getSolar();
281 Assert.assertEquals("7013-12-24", solar.toString());
282 }
283
284 @Test
285 public void test39() {

Callers

nothing calls this directly

Calls 3

fromYmdMethod · 0.95
getSolarMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected