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

Method testBazi2Solar6

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

fromBaZiMethod · 0.95
toFullStringMethod · 0.45

Tested by

no test coverage detected