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

Method test17

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

Source from the content-addressed store, hash-verified

409 }
410
411 @Test
412 public void test17() {
413 Solar solar = new Solar(1986, 5, 29, 13, 37, 0);
414 Lunar lunar = solar.getLunar();
415 EightChar eightChar = lunar.getEightChar();
416 Assert.assertEquals("辛丑", eightChar.getShenGong());
417 }
418
419 @Test
420 public void test18() {

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
getEightCharMethod · 0.95
getShenGongMethod · 0.95

Tested by

no test coverage detected