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

Method test28

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

Source from the content-addressed store, hash-verified

495 }
496
497 @Test
498 public void test28() {
499 Lunar lunar = Solar.fromYmdHms(1986, 5, 29, 13, 37, 0).getLunar();
500 EightChar eightChar = lunar.getEightChar();
501 Yun yun = eightChar.getYun(1, 2);
502 Assert.assertEquals(2, yun.getStartYear());
503 Assert.assertEquals(7, yun.getStartMonth());
504 Assert.assertEquals(0, yun.getStartDay());
505 }
506
507 @Test
508 public void test29() {

Callers

nothing calls this directly

Calls 7

fromYmdHmsMethod · 0.95
getEightCharMethod · 0.95
getYunMethod · 0.95
getStartYearMethod · 0.95
getStartMonthMethod · 0.95
getStartDayMethod · 0.95
getLunarMethod · 0.45

Tested by

no test coverage detected