()
| 80 | } |
| 81 | |
| 82 | @Test |
| 83 | public void testBazi2Solar7() { |
| 84 | List<Solar> l = Solar.fromBaZi("庚子", "辛巳", "庚午", "丙子"); |
| 85 | // [2020-05-26 23:00:00, 2020-05-27 00:00:00] |
| 86 | for (Solar solar : l) { |
| 87 | System.out.println(solar.toFullString()); |
| 88 | } |
| 89 | } |
| 90 | |
| 91 | @Test |
| 92 | public void testBazi2Solar() { |
nothing calls this directly
no test coverage detected