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