public class TestResultSizeEstimation extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
(package private) static int |
SCANNER_DATA_LIMIT |
(package private) static int |
TAG_DATA_SIZE |
(package private) static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestResultSizeEstimation() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testResultSizeEstimation() |
void |
testResultSizeEstimationWithTags() |
public static final HBaseClassTestRule CLASS_RULE
static final HBaseTestingUtility TEST_UTIL
static final int TAG_DATA_SIZE
static final int SCANNER_DATA_LIMIT
public org.junit.rules.TestName name
public TestResultSizeEstimation()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testResultSizeEstimation() throws Exception
Exception
public void testResultSizeEstimationWithTags() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.