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

Method testGanZhi3

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

Source from the content-addressed store, hash-verified

60 }
61
62 @Test
63 public void testGanZhi3(){
64 Lunar lunar = new Lunar(2019,12,12,11,22,0);
65 EightChar eightChar = lunar.getEightChar();
66 Assert.assertEquals("年柱", "己亥", eightChar.getYear());
67 Assert.assertEquals("月柱", "丁丑", eightChar.getMonth());
68 Assert.assertEquals("日柱", "戊申", eightChar.getDay());
69 Assert.assertEquals("时柱", "戊午", eightChar.getTime());
70 }
71
72 @Test
73 public void testHideGan() {

Callers

nothing calls this directly

Calls 5

getEightCharMethod · 0.95
getYearMethod · 0.95
getMonthMethod · 0.95
getDayMethod · 0.95
getTimeMethod · 0.95

Tested by

no test coverage detected