MCPcopy
hub / github.com/OpenTSDB/opentsdb / ctorNotEnoughScanners

Method ctorNotEnoughScanners

test/core/TestSaltScanner.java:113–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 @Test (expected = IllegalArgumentException.class)
114 public void ctorNotEnoughScanners() {
115 scanners.remove(0);
116 new SaltScanner(tsdb, METRIC_BYTES, scanners, spans, filters);
117 }
118
119 @Test (expected = IllegalArgumentException.class)
120 public void ctorTooManyScanners() {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected