()
| 100 | } |
| 101 | |
| 102 | @Test |
| 103 | public void metadataDecode_ascii() { |
| 104 | String s = Status.MESSAGE_KEY.parseBytes(new byte[]{'H', 'e', 'l', 'l', 'o'}); |
| 105 | assertEquals("Hello", s); |
| 106 | } |
| 107 | |
| 108 | @Test |
| 109 | public void metadataDecode_percent() { |
nothing calls this directly
no test coverage detected