()
| 89 | } |
| 90 | |
| 91 | @Test |
| 92 | public void testBazi2Solar() { |
| 93 | List<Solar> l = Solar.fromBaZi("庚子", "癸未", "乙丑", "丁亥"); |
| 94 | // [2020-07-21 22:00:00, 1960-08-05 22:00:00] |
| 95 | for (Solar solar : l) { |
| 96 | System.out.println(solar.toFullString()); |
| 97 | } |
| 98 | } |
| 99 | |
| 100 | @Test |
| 101 | public void testBazi2Solar2() { |
nothing calls this directly
no test coverage detected