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

Method testBazi2Solar3

src/test/java/sample/BaZiTestNew.java:111–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 @Test
112 public void testBazi2Solar3() {
113 List<Solar> l = Solar.fromBaZi("辛丑", "丁酉", "丙寅", "戊戌");
114 // [2021-09-15 20:00:00 星期三 处女座, 1961-09-30 20:00:00 星期六 天秤座]
115 for (Solar solar : l) {
116 System.out.println(solar.toFullString());
117 }
118 }
119
120 @Test
121 public void testBaziShiShenZhi() {

Callers

nothing calls this directly

Calls 2

fromBaZiMethod · 0.95
toFullStringMethod · 0.45

Tested by

no test coverage detected