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

Method testBazi2Solar2

src/test/java/sample/BaZiTest.java:100–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 @Test
101 public void testBazi2Solar2() {
102 List<Solar> l = Solar.fromBaZi("庚子", "戊子", "己卯", "庚午");
103 // [1960-12-17 12:00:00, 1901-01-01 12:00:00]
104 for (Solar solar : l) {
105 System.out.println(solar.toFullString());
106 }
107 }
108
109 @Test
110 public void testBaziShiShenZhi() {

Callers

nothing calls this directly

Calls 2

fromBaZiMethod · 0.95
toFullStringMethod · 0.45

Tested by

no test coverage detected