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

Method test5

src/test/java/test/BaZiTest.java:328–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326 }
327
328 @Test
329 public void test5() {
330 Lunar lunar = Lunar.fromYmd(1985, 1, 27);
331 Assert.assertEquals("1989-03-28", lunar.getEightChar().getYun(1).getStartSolar().toYmd());
332 }
333
334 @Test
335 public void test6() {

Callers

nothing calls this directly

Calls 5

fromYmdMethod · 0.95
getEightCharMethod · 0.95
toYmdMethod · 0.80
getStartSolarMethod · 0.80
getYunMethod · 0.45

Tested by

no test coverage detected