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

Method test51

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

Source from the content-addressed store, hash-verified

565 }
566
567 @Test
568 public void test51() {
569 Solar solar = new Solar(2013, 8, 8, 9, 30, 0);
570 Lunar lunar = solar.getLunar();
571 EightChar eightChar = lunar.getEightChar();
572 Assert.assertEquals("时柱", "癸巳", eightChar.getTime());
573 }
574}

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
getEightCharMethod · 0.95
getTimeMethod · 0.95

Tested by

no test coverage detected