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

Method test4

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

Source from the content-addressed store, hash-verified

320 }
321
322 @Test
323 public void test4() {
324 Lunar lunar = Lunar.fromYmd(1985, 12, 27);
325 Assert.assertEquals("1995-11-05", lunar.getEightChar().getYun(1).getStartSolar().toYmd());
326 }
327
328 @Test
329 public void test5() {

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