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

Method testBazi2Solar7

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

Source from the content-addressed store, hash-verified

82 }
83
84 @Test
85 public void testBazi2Solar7() {
86 List<Solar> l = Solar.fromBaZi("庚子", "辛巳", "庚午", "丙子");
87 // [2020-05-26 23:00:00, 2020-05-27 00:00:00]
88 for (Solar solar : l) {
89 System.out.println(solar.toFullString());
90 }
91 }
92
93 @Test
94 public void testBazi2Solar() {

Callers

nothing calls this directly

Calls 2

fromBaZiMethod · 0.95
toFullStringMethod · 0.45

Tested by

no test coverage detected