Hi George!
> I need to study H-57 SerializationTester, likely it makes sense taking
> best ideas from both
I was trying to find out how the framework works and how a test
based on that framework looks like.
I've taken the first class refering to SerializationTester, it was
CharacterCodingExceptionTest
it has two serialization related test methods:
testSerialization()
testSerializationCompatibility()
They both call SerializationTester methods but I did not find that they check
that the objects are the same. Did I miss anything?
Thanks,
Mikhail