|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBaseComponentTestCase
org.apache.tapestry.record.PersistentPropertyDataEncoderTest
public class PersistentPropertyDataEncoderTest
Tests for PersistentPropertyDataEncoderImpl
.
Constructor Summary | |
---|---|
PersistentPropertyDataEncoderTest()
|
Method Summary | |
---|---|
void |
testDecodeInvalid()
|
void |
testDecodeUnknownPrefix()
|
void |
testEmptyEncoding()
|
void |
testEncodeDecodeCustomClass()
Test encoding and decoding a class that's only visible through a non-default class loader. |
void |
testEncodeNonSerializable()
|
void |
testRoundTripLong()
Test pushing a lot of data, which should trigger the GZip encoding option. |
void |
testRoundTripShort()
Test pushing minimal amounts of data, which should favor the non-GZipped version of the output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersistentPropertyDataEncoderTest()
Method Detail |
---|
public void testRoundTripShort() throws Exception
Exception
public void testRoundTripLong() throws Exception
Exception
public void testEmptyEncoding()
public void testEncodeNonSerializable()
public void testDecodeInvalid()
public void testDecodeUnknownPrefix()
public void testEncodeDecodeCustomClass() throws Exception
Exception
TestDataSqueezer.testClassLoader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |