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