Use this method to revert both System.out and System.err to their original output streams.
()
| 103 | * to their original output streams. |
| 104 | */ |
| 105 | public static void revertSystem() { |
| 106 | revertSystemOut(); |
| 107 | revertSystemErr(); |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * Use this method to revert<code>System.out</code> |
no test coverage detected