org.jicengine.test
Class ArrayTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jicengine.test.ArrayTest
All Implemented Interfaces:
junit.framework.Test

public class ArrayTest
extends junit.framework.TestCase

Author:
.timo

Constructor Summary
ArrayTest()
           
 
Method Summary
 void testBooleanArray()
           
 void testEmptyArray()
           
 void testEmptyObjectArrays()
           
 void testEmptyPrimitiveArrays()
           
 void testIntArray()
           
 void testIntegerArray()
           
 void testObjectArrays()
           
 
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

ArrayTest

public ArrayTest()
Method Detail

testEmptyArray

public void testEmptyArray()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testEmptyObjectArrays

public void testEmptyObjectArrays()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testEmptyPrimitiveArrays

public void testEmptyPrimitiveArrays()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testObjectArrays

public void testObjectArrays()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testIntArray

public void testIntArray()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testIntegerArray

public void testIntegerArray()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBooleanArray

public void testBooleanArray()
                      throws java.lang.Exception
Throws:
java.lang.Exception