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

Method testBazi2Solar2

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

fromBaZiMethod · 0.95
toFullStringMethod · 0.45

Tested by

no test coverage detected