Inheritance diagram for Sct::TestFramework.StreamableTestCase:

Public Member Functions | |
| abstract Streamable | getStreamable () |
| This class should return a Streamable of the appropriate type to be tested. | |
| void | testStreamable () throws java.io.IOException, java.lang.NoSuchFieldException |
| The test. | |
| void | testViaFile () throws java.io.IOException, java.lang.NoSuchFieldException |
Protected Member Functions | |
| boolean | compare (Object o1, Object o2) throws java.lang.NoSuchFieldException |
This will test their read and write methods.
1.3-rc3