mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-03-20 00:00:03 -04:00
Minor enhancements to the Decoder API + tests.
This commit is contained in:
@@ -77,6 +77,10 @@ public abstract class DecoderAbstractTestCase extends ObjectAbstractTestCase {
|
||||
|
||||
@Test
|
||||
public final void testStreams() throws Exception {
|
||||
if (createCompatibleEncoder() == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
for (int i = 1; i < 100; i++) {
|
||||
try {
|
||||
runStreamTest(i);
|
||||
|
||||
Reference in New Issue
Block a user