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

Method testBazi2Solar7

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

fromBaZiMethod · 0.95
toFullStringMethod · 0.45

Tested by

no test coverage detected