()
| 65 | } |
| 66 | |
| 67 | @Test |
| 68 | public void testBazi2Solar6() { |
| 69 | List<Solar> l = Solar.fromBaZi("庚子", "戊寅", "戊寅", "癸亥"); |
| 70 | // [2020-02-05 22:00:00, 1960-02-20 22:00:00] |
| 71 | for (Solar solar : l) { |
| 72 | System.out.println(solar.toFullString()); |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | @Test |
| 77 | public void test7() { |
nothing calls this directly
no test coverage detected