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

Method getTestQuery

test/tsd/TestHttpJsonSerializer.java:610–612  ·  view source on GitHub ↗

@return Returns a test TSQuery object to pass on to the serializer

(final boolean show_stats)

Source from the content-addressed store, hash-verified

608
609 /** @return Returns a test TSQuery object to pass on to the serializer */
610 private TSQuery getTestQuery(final boolean show_stats) {
611 return getTestQuery(show_stats, false);
612 }
613
614 /** @return Returns a test TSQuery object to pass on to the serializer */
615 private TSQuery getTestQuery(final boolean show_stats, final boolean show_summary) {

Calls 8

setStartMethod · 0.95
setEndMethod · 0.95
setShowStatsMethod · 0.95
setShowSummaryMethod · 0.95
setMetricMethod · 0.95
setAggregatorMethod · 0.95
setQueriesMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected