public class TestFixedByteArrayBuffer extends TestCase2
FixedByteArrayBuffer
.TestCase2.MyProperties, TestCase2.RandomType
_randomType, log
Constructor and Description |
---|
TestFixedByteArrayBuffer() |
TestFixedByteArrayBuffer(String arg0) |
Modifier and Type | Method and Description |
---|---|
protected void |
assertRangeCheckAccepts(FixedByteArrayBuffer buf,
int aoff,
int alen)
Verify that the range check logic will accept the given arguments.
|
protected void |
assertRangeCheckRejects(FixedByteArrayBuffer buf,
int aoff,
int alen)
Verify that the range check logic will reject the given arguments.
|
void |
test_ctor_correctRejection()
correct rejection tests.
|
void |
test_ctor()
ctor tests.
|
void |
test_get_correctRejection() |
void |
test_getByte_putByte() |
void |
test_getDouble_putDouble() |
void |
test_getFloat_putFloat() |
void |
test_getInt_putInt() |
void |
test_getLong_putLong() |
void |
test_getPutByteArray()
Test of the simple forms of the bulk get/put methods.
|
void |
test_getPutByteArrayWithOffsetAndLength()
Test of the bulk get/put byte[] methods which accept a slice into the
caller's array.
|
void |
test_getShort_putShort() |
void |
test_rangeCheck() |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEqualsWithinUlps, assertSameArray, assertSameArray, assertSameBigDecimal, assertSameBigDecimal, assertSameBigInteger, assertSameBigInteger, assertSameIterator, assertSameIterator, assertSameIteratorAnyOrder, assertSameIteratorAnyOrder, assertSameValue, assertSameValue, assertZeroUlps, assertZeroUlps, fail, getInnerCause, getNormalInt, getProjectBuildPath, getProperties, getRandomObject, getRandomObject, getRandomOrder, getRandomString, getTestInputStream, getTestResource, getTestResource, getUlps, getUlps, isDEBUG, isDEBUG, isINFO, isINFO, isInnerCause, logProperties
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
public TestFixedByteArrayBuffer()
public TestFixedByteArrayBuffer(String arg0)
arg0
- public void test_ctor()
public void test_ctor_correctRejection()
public void test_rangeCheck()
protected void assertRangeCheckAccepts(FixedByteArrayBuffer buf, int aoff, int alen)
protected void assertRangeCheckRejects(FixedByteArrayBuffer buf, int aoff, int alen)
public void test_get_correctRejection()
public void test_getPutByteArray()
public void test_getPutByteArrayWithOffsetAndLength()
public void test_getByte_putByte()
public void test_getShort_putShort()
public void test_getInt_putInt()
public void test_getFloat_putFloat()
public void test_getLong_putLong()
public void test_getDouble_putDouble()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.