()
| 132 | } |
| 133 | |
| 134 | @Test |
| 135 | public void testFox() throws IOException { |
| 136 | checkDecodeResource( |
| 137 | "The quick brown fox jumps over the lazy dog", |
| 138 | "\u001B*\u0000\u0000\u0004\u0004\u00BAF:\u0085\u0003\u00E9\u00FA\f\u0091\u0002H\u0011," |
| 139 | + "\u00F3\u008A:\u00A3V\u007F\u001A\u00AE\u00BF\u00A4\u00AB\u008EM\u00BF\u00ED\u00E2\u0004K" |
| 140 | + "\u0091\u00FF\u0087\u00E9\u001E"); |
| 141 | } |
| 142 | |
| 143 | @Test |
| 144 | public void testUtils() { |
nothing calls this directly
no test coverage detected