flattree.tree
Class PaddedFixedLengthLeafTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by flattree.tree.PaddedFixedLengthLeafTest
All Implemented Interfaces:
junit.framework.Test

public class PaddedFixedLengthLeafTest
extends junit.framework.TestCase

Test for PaddedFixedLengthLeaf.


Constructor Summary
PaddedFixedLengthLeafTest()
           
 
Method Summary
 void testReadPadLeading()
           
 void testReadPadLeadingEmpty()
           
 void testReadPadTrailing()
           
 void testReadPadTrailingEmpty()
           
 void testWritePadLeading()
           
 void testWritePadTrailing()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaddedFixedLengthLeafTest

public PaddedFixedLengthLeafTest()
Method Detail

testWritePadTrailing

public void testWritePadTrailing()
                          throws Exception
Throws:
Exception

testWritePadLeading

public void testWritePadLeading()
                         throws Exception
Throws:
Exception

testReadPadTrailing

public void testReadPadTrailing()
                         throws Exception
Throws:
Exception

testReadPadTrailingEmpty

public void testReadPadTrailingEmpty()
                              throws Exception
Throws:
Exception

testReadPadLeading

public void testReadPadLeading()
                        throws Exception
Throws:
Exception

testReadPadLeadingEmpty

public void testReadPadLeadingEmpty()
                             throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.