MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / stringToTypeMetric

Method stringToTypeMetric

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

Source from the content-addressed store, hash-verified

117 }
118
119 @Test
120 public void stringToTypeMetric() {
121 assertEquals(TreeRuleType.METRIC, TreeRule.stringToType("Metric"));
122 }
123
124 @Test
125 public void stringToTypeMetricCustom() {

Callers

nothing calls this directly

Calls 1

stringToTypeMethod · 0.95

Tested by

no test coverage detected