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

Method badRequestNullString

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

Source from the content-addressed store, hash-verified

954 }
955
956 @Test
957 public void badRequestNullString() {
958 // this won't throw an error, just report "null" back to the user with a
959 // stack trace
960 HttpQuery query = NettyMocks.getQuery(tsdb, "/");
961 query.badRequest((String)null);
962 }
963
964 @Test
965 public void notFoundDeprecated() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
badRequestMethod · 0.95

Tested by

no test coverage detected