|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.jruby.util.ByteListTest
Constructor Summary | |
ByteListTest()
|
Method Summary | |
void |
testByteListAppendArray()
|
void |
testByteListAppendArrayIndexLength()
|
void |
testByteListAppendSingleByte()
|
void |
testByteListAppendSingleIntTruncates()
|
void |
testByteListPrependSingleByte()
|
void |
testByteListWithInitialByteArray()
|
void |
testByteListWithSubrangeOfInitialBytes()
|
void |
testBytesCreatesACopyOfInternalBytes()
|
void |
testCloneCopiesBytes()
|
void |
testEmptyByteListHasZeroLength()
|
void |
testEquals()
|
void |
testGetAndSetOutsideOfLengthShouldFail()
|
void |
testIndexOf()
|
void |
testLastIndexOf()
|
void |
testLengthExpandFillsWithZeros()
|
void |
testMethodsThatTakeByteArrayDoNotAllowNull()
|
void |
testReplaceIndexOffset()
|
void |
testReplaceLengthOutOfBounds()
|
void |
testReplaceSetsNewContents()
|
void |
testReplaceStrings()
|
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
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, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ByteListTest()
Method Detail |
public void testEmptyByteListHasZeroLength()
public void testByteListWithInitialByteArray()
public void testByteListWithSubrangeOfInitialBytes()
public void testByteListAppendSingleByte()
public void testByteListAppendSingleIntTruncates()
public void testByteListPrependSingleByte()
public void testByteListAppendArray()
public void testByteListAppendArrayIndexLength()
public void testLengthExpandFillsWithZeros()
public void testGetAndSetOutsideOfLengthShouldFail()
public void testMethodsThatTakeByteArrayDoNotAllowNull()
public void testReplaceSetsNewContents()
public void testReplaceIndexOffset()
public void testReplaceStrings() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public void testReplaceLengthOutOfBounds()
public void testEquals()
public void testBytesCreatesACopyOfInternalBytes()
public void testCloneCopiesBytes()
public void testIndexOf()
public void testLastIndexOf()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |