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

Method testBazi2Solar6

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

Source from the content-addressed store, hash-verified

65 }
66
67 @Test
68 public void testBazi2Solar6() {
69 List<Solar> l = Solar.fromBaZi("庚子", "戊寅", "戊寅", "癸亥");
70 // [2020-02-05 22:00:00, 1960-02-20 22:00:00]
71 for (Solar solar : l) {
72 System.out.println(solar.toFullString());
73 }
74 }
75
76 @Test
77 public void test7() {

Callers

nothing calls this directly

Calls 2

fromBaZiMethod · 0.95
toFullStringMethod · 0.45

Tested by

no test coverage detected