nom.tam.util.test
Class ArrayFuncsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by nom.tam.util.test.ArrayFuncsTest
All Implemented Interfaces:
junit.framework.Test

public class ArrayFuncsTest
extends junit.framework.TestCase

Author:
Thomas McGlynn

Nested Class Summary
 class ArrayFuncsTest.CloneTest
           
 
Constructor Summary
ArrayFuncsTest(java.lang.String testName)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testArrayEquals()
          Test of arrayEquals method, of class nom.tam.util.ArrayFuncs.
 void testComputeSize()
          Test of computeSize method, of class nom.tam.util.ArrayFuncs.
 void testConvertArray()
          Test of convertArray method, of class nom.tam.util.ArrayFuncs.
 void testCopyArray()
          Test of copyArray method, of class nom.tam.util.ArrayFuncs.
 void testCopyInto()
          Test of copyInto method, of class nom.tam.util.ArrayFuncs.
 void testCurl()
          Test of curl method, of class nom.tam.util.ArrayFuncs.
 void testDeepClone()
          Test of deepClone method, of class nom.tam.util.ArrayFuncs.
 void testDoubleArrayEquals()
          Test of doubleArrayEquals method, of class nom.tam.util.ArrayFuncs.
 void testFlatten()
          Test of flatten method, of class nom.tam.util.ArrayFuncs.
 void testFloatArrayEquals()
          Test of floatArrayEquals method, of class nom.tam.util.ArrayFuncs.
 void testGenerateArray()
          Test of generateArray method, of class nom.tam.util.ArrayFuncs.
 void testGenericClone()
          Test of genericClone method, of class nom.tam.util.ArrayFuncs.
 void testGetBaseArray()
          Test of getBaseArray method, of class nom.tam.util.ArrayFuncs.
 void testGetBaseClass()
          Test of getBaseClass method, of class nom.tam.util.ArrayFuncs.
 void testGetBaseLength()
          Test of getBaseLength method, of class nom.tam.util.ArrayFuncs.
 void testGetDimensions()
          Test of getDimensions method, of class nom.tam.util.ArrayFuncs.
 void testMimicArray()
          Test of mimicArray method, of class nom.tam.util.ArrayFuncs.
 void testNElements()
          Test of nElements method, of class nom.tam.util.ArrayFuncs.
 void testTestPattern()
          Test of testPattern method, of class nom.tam.util.ArrayFuncs.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArrayFuncsTest

public ArrayFuncsTest(java.lang.String testName)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testComputeSize

public void testComputeSize()
Test of computeSize method, of class nom.tam.util.ArrayFuncs.


testNElements

public void testNElements()
Test of nElements method, of class nom.tam.util.ArrayFuncs.


testDeepClone

public void testDeepClone()
Test of deepClone method, of class nom.tam.util.ArrayFuncs.


testGenericClone

public void testGenericClone()
Test of genericClone method, of class nom.tam.util.ArrayFuncs.


testCopyArray

public void testCopyArray()
Test of copyArray method, of class nom.tam.util.ArrayFuncs.


testGetDimensions

public void testGetDimensions()
Test of getDimensions method, of class nom.tam.util.ArrayFuncs.


testGetBaseArray

public void testGetBaseArray()
Test of getBaseArray method, of class nom.tam.util.ArrayFuncs.


testGetBaseClass

public void testGetBaseClass()
Test of getBaseClass method, of class nom.tam.util.ArrayFuncs.


testGetBaseLength

public void testGetBaseLength()
Test of getBaseLength method, of class nom.tam.util.ArrayFuncs.


testGenerateArray

public void testGenerateArray()
Test of generateArray method, of class nom.tam.util.ArrayFuncs.


testTestPattern

public void testTestPattern()
Test of testPattern method, of class nom.tam.util.ArrayFuncs.


testFlatten

public void testFlatten()
Test of flatten method, of class nom.tam.util.ArrayFuncs.


testCurl

public void testCurl()
Test of curl method, of class nom.tam.util.ArrayFuncs.


testMimicArray

public void testMimicArray()
Test of mimicArray method, of class nom.tam.util.ArrayFuncs.


testConvertArray

public void testConvertArray()
Test of convertArray method, of class nom.tam.util.ArrayFuncs.


testCopyInto

public void testCopyInto()
Test of copyInto method, of class nom.tam.util.ArrayFuncs.


testArrayEquals

public void testArrayEquals()
Test of arrayEquals method, of class nom.tam.util.ArrayFuncs.


testDoubleArrayEquals

public void testDoubleArrayEquals()
Test of doubleArrayEquals method, of class nom.tam.util.ArrayFuncs.


testFloatArrayEquals

public void testFloatArrayEquals()
Test of floatArrayEquals method, of class nom.tam.util.ArrayFuncs.