()
| 109 | } |
| 110 | |
| 111 | @Test |
| 112 | public void testBazi2Solar3() { |
| 113 | List<Solar> l = Solar.fromBaZi("辛丑", "丁酉", "丙寅", "戊戌"); |
| 114 | // [2021-09-15 20:00:00 星期三 处女座, 1961-09-30 20:00:00 星期六 天秤座] |
| 115 | for (Solar solar : l) { |
| 116 | System.out.println(solar.toFullString()); |
| 117 | } |
| 118 | } |
| 119 | |
| 120 | @Test |
| 121 | public void testBaziShiShenZhi() { |
nothing calls this directly
no test coverage detected