()
| 106 | } |
| 107 | |
| 108 | @Test |
| 109 | public void metadataDecode_percent() { |
| 110 | String s = Status.MESSAGE_KEY.parseBytes(new byte[]{'H', '%', '6', '1', 'o'}); |
| 111 | assertEquals("Hao", s); |
| 112 | } |
| 113 | |
| 114 | @Test |
| 115 | public void metadataDecode_percentUnderflow() { |
nothing calls this directly
no test coverage detected