()
| 1205 | } |
| 1206 | |
| 1207 | @Test |
| 1208 | public void getSerializerStatus() throws Exception { |
| 1209 | HttpQuery.initializeSerializerMaps(tsdb); |
| 1210 | assertNotNull(HttpQuery.getSerializerStatus()); |
| 1211 | } |
| 1212 | |
| 1213 | /** @param the query to mock a future callback for */ |
| 1214 | public static void mockChannelFuture(final HttpQuery query) { |
nothing calls this directly
no test coverage detected