()
| 98 | } |
| 99 | |
| 100 | @Test |
| 101 | public void testBazi2Solar2() { |
| 102 | List<Solar> l = Solar.fromBaZi("庚子", "戊子", "己卯", "庚午"); |
| 103 | // [1960-12-17 12:00:00, 1901-01-01 12:00:00] |
| 104 | for (Solar solar : l) { |
| 105 | System.out.println(solar.toFullString()); |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | @Test |
| 110 | public void testBaziShiShenZhi() { |
nothing calls this directly
no test coverage detected