()
| 74 | protected Scanner scanner_b; |
| 75 | |
| 76 | @Before |
| 77 | public void beforeLocal() throws Exception { |
| 78 | KEY_A = getRowKey(METRIC_STRING, 1356998400, TAGK_STRING, TAGV_STRING); |
| 79 | KEY_B = getRowKey(METRIC_STRING, 1356998400, TAGK_STRING, TAGV_B_STRING); |
| 80 | KEY_C = getRowKey(METRIC_STRING, 1359680400, TAGK_STRING, TAGV_STRING); |
| 81 | |
| 82 | filters = new ArrayList<TagVFilter>(); |
| 83 | |
| 84 | spans = new TreeMap<byte[], Span>(new RowKey.SaltCmp()); |
| 85 | setupMockScanners(true); |
| 86 | } |
| 87 | |
| 88 | @Test |
| 89 | public void ctor() { |
nothing calls this directly
no test coverage detected