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

Method testBazi2Solar

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

Source from the content-addressed store, hash-verified

89 }
90
91 @Test
92 public void testBazi2Solar() {
93 List<Solar> l = Solar.fromBaZi("庚子", "癸未", "乙丑", "丁亥");
94 // [2020-07-21 22:00:00, 1960-08-05 22:00:00]
95 for (Solar solar : l) {
96 System.out.println(solar.toFullString());
97 }
98 }
99
100 @Test
101 public void testBazi2Solar2() {

Callers

nothing calls this directly

Calls 2

fromBaZiMethod · 0.95
toFullStringMethod · 0.45

Tested by

no test coverage detected