public class TestTerminatedWrapper extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) static byte[][] |
TERMINATORS |
(package private) static byte[][] |
VALUES_BYTES |
(package private) static String[] |
VALUES_STRINGS |
Constructor and Description |
---|
TestTerminatedWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
testEmptyDelimiter() |
void |
testEncodedValueContainsTerm() |
void |
testInvalidSkip() |
void |
testNullDelimiter() |
void |
testReadWriteNonSkippable() |
void |
testReadWriteSkippable() |
void |
testSkipNonSkippable() |
void |
testSkipSkippable() |
public static final HBaseClassTestRule CLASS_RULE
static final String[] VALUES_STRINGS
static final byte[][] VALUES_BYTES
static final byte[][] TERMINATORS
public TestTerminatedWrapper()
public void testEmptyDelimiter()
public void testNullDelimiter()
public void testEncodedValueContainsTerm()
public void testReadWriteSkippable()
public void testReadWriteNonSkippable()
public void testSkipSkippable()
public void testSkipNonSkippable()
public void testInvalidSkip()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.