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

Method getCharsetDefaultNoHeader

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

Source from the content-addressed store, hash-verified

432 }
433
434 @Test
435 public void getCharsetDefaultNoHeader() {
436 assertEquals(Charset.forName("UTF-8"),
437 NettyMocks.getQuery(tsdb, "/").getCharset());
438 }
439
440 @Test
441 public void getCharsetSupplied() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
getCharsetMethod · 0.80

Tested by

no test coverage detected