com.imagero.uio.buffer.arrays
Class ArraysTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.imagero.uio.buffer.arrays.ArraysTest
All Implemented Interfaces:
junit.framework.Test

public class ArraysTest
extends junit.framework.TestCase


Field Summary
static boolean UNIT_TEST
           
 
Constructor Summary
ArraysTest()
           
 
Method Summary
 void testChar()
           
 void testDouble()
           
 void testFloat()
           
 void testInt()
           
 void testLong()
           
 void testRLE4()
           
 void testRLE8()
           
 void testShort()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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
 

Field Detail

UNIT_TEST

public static boolean UNIT_TEST
Constructor Detail

ArraysTest

public ArraysTest()
Method Detail

testInt

public void testInt()
             throws java.io.IOException
Throws:
java.io.IOException

testChar

public void testChar()
              throws java.io.IOException
Throws:
java.io.IOException

testShort

public void testShort()
               throws java.io.IOException
Throws:
java.io.IOException

testDouble

public void testDouble()
                throws java.io.IOException
Throws:
java.io.IOException

testFloat

public void testFloat()
               throws java.io.IOException
Throws:
java.io.IOException

testLong

public void testLong()
              throws java.io.IOException
Throws:
java.io.IOException

testRLE8

public void testRLE8()

testRLE4

public void testRLE4()