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

Method stringToTypeMetricCustom

test/tree/TestTreeRule.java:124–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 @Test
125 public void stringToTypeMetricCustom() {
126 assertEquals(TreeRuleType.METRIC_CUSTOM,
127 TreeRule.stringToType("Metric_Custom"));
128 }
129
130 @Test
131 public void stringToTypeTagk() {

Callers

nothing calls this directly

Calls 1

stringToTypeMethod · 0.95

Tested by

no test coverage detected