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

Method test18

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

Source from the content-addressed store, hash-verified

417 }
418
419 @Test
420 public void test18() {
421 Solar solar = new Solar(2023, 10, 8, 18, 37, 0);
422 Lunar lunar = solar.getLunar();
423 EightChar eightChar = lunar.getEightChar();
424 Assert.assertEquals("己未", eightChar.getShenGong());
425 }
426
427 @Test
428 public void test19() {

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
getEightCharMethod · 0.95
getShenGongMethod · 0.95

Tested by

no test coverage detected