(String[] args)
| 71 | } // testUnpackMarkup() |
| 72 | |
| 73 | public static void main(String[] args) { |
| 74 | try{ |
| 75 | Gate.init(); |
| 76 | TestEmail testEmail = new TestEmail(""); |
| 77 | testEmail.testUnpackMarkup(); |
| 78 | |
| 79 | }catch(Exception e){ |
| 80 | e.printStackTrace(); |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | * final test |
nothing calls this directly
no test coverage detected