()
| 58 | } |
| 59 | |
| 60 | @Test |
| 61 | public void useObjectHashCode() { |
| 62 | assertEquals(Status.CANCELLED.hashCode(), System.identityHashCode(Status.CANCELLED)); |
| 63 | } |
| 64 | |
| 65 | @Test |
| 66 | public void metadataEncode_lowAscii() { |
nothing calls this directly
no test coverage detected