Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenTSDB/opentsdb
/ redirectNull
Method
redirectNull
test/tsd/TestHttpQuery.java:1007–1011 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1005
}
1006
1007
@Test (expected = NullPointerException.
class
)
1008
public
void
redirectNull() {
1009
HttpQuery query = NettyMocks.getQuery(tsdb,
"/"
);
1010
query.redirect(null);
1011
}
1012
1013
@Test
1014
public
void
escapeJson() {
Callers
nothing calls this directly
Calls
2
getQuery
Method · 0.95
redirect
Method · 0.95
Tested by
no test coverage detected