public class StringDecoderCacheTest extends Object
StringDecoderCache.| Constructor and Description |
|---|
StringDecoderCacheTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testDecodeThrowsIfNoTerminalNull()
Test method for
StringDecoderCache.find(byte[], int, int). |
void |
testFind()
Test method for
StringDecoderCache.find(byte[], int, int). |
void |
testGetMaxDepth()
Test method for
AbstractStringCache.getMaxCacheLength(). |
void |
testGetMaxEntries()
Test method for
AbstractStringCache.getMaxCacheEntries(). |
public void testDecodeThrowsIfNoTerminalNull()
throws IOException
StringDecoderCache.find(byte[], int, int).IOException - On a test failure.public void testFind()
throws IOException
StringDecoderCache.find(byte[], int, int).IOException - On a test failure.public void testGetMaxDepth()
throws IOException
AbstractStringCache.getMaxCacheLength().IOException - On a test failure.public void testGetMaxEntries()
throws IOException
AbstractStringCache.getMaxCacheEntries().IOException - On a test failure.Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.