public class TestFixedLengthWrapper extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) static int[] |
limits
all values of
limit are >= max length of a member of
VALUES . |
(package private) static byte[][] |
VALUES |
Constructor and Description |
---|
TestFixedLengthWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
testInsufficientRemainingRead() |
void |
testInsufficientRemainingWrite() |
void |
testOverflowPassthrough() |
void |
testReadWrite() |
public static final HBaseClassTestRule CLASS_RULE
static final byte[][] VALUES
static final int[] limits
limit
are >= max length of a member of
VALUES
.public TestFixedLengthWrapper()
public void testReadWrite()
public void testInsufficientRemainingRead()
public void testInsufficientRemainingWrite()
public void testOverflowPassthrough()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.