MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / setSerializerNotFound

Method setSerializerNotFound

test/tsd/TestHttpQuery.java:775–781  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

773 }
774
775 @Test (expected = BadRequestException.class)
776 public void setSerializerNotFound() throws Exception {
777 HttpQuery.initializeSerializerMaps(null);
778 HttpQuery query = NettyMocks.getQuery(tsdb,
779 "/api/suggest?serializer=notfound");
780 query.setSerializer();
781 }
782
783 @Test
784 public void internalErrorDeprecated() {

Callers

nothing calls this directly

Calls 3

getQueryMethod · 0.95
setSerializerMethod · 0.95

Tested by

no test coverage detected