us.ihmc.utilities
Class ArrayToolsTest

java.lang.Object
  extended by us.ihmc.utilities.ArrayToolsTest

public class ArrayToolsTest
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2006

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
ArrayToolsTest()
           
 
Method Summary
 void testArrayToString()
           
 void testConcatentateArrays()
           
 void testConcatentateArrays1()
           
 void testConcatentateArrays2()
           
 void testCopyArray()
           
 void testCopyArray1()
           
 void testCopyArray2()
           
 void testCopyArray3()
           
 void testCopyGenericArray()
           
 void testDeltaEquals()
           
 void testGetArrayFromArrayList()
           
 void testGetReverseOrderedArrayCopy()
           
 void testParseDoubleArrayFromBufferedReader()
           
 void testParseDoubleArrayFromBufferedReaderWithIOException()
           
 void testParseDoubleArrayFromDataInputStream()
           
 void testParseDoubleArrayFromMATLABBufferedReader()
           
 void testParseDoubleArrayFromMATLABString()
           
 void testParseDoubleArrayFromString()
           
 void testParseIntegerArrayFromBufferedReader()
           
 void testParseIntegerArrayFromDataInputStream()
           
 void testParseIntegerArrayFromString()
           
 void testPrintArrayFromStringsToPrintStream()
           
 void testPrintArrayFromStringsToPrintWriter()
           
 void testPrintArrayNumbersAsStrings()
           
 void testPrintArrayOfDoubles()
           
 void testPrintArrayOfDoublesFOrMATLABWithPrintStream()
           
 void testPrintArrayOfDoublesForMATLABWithPrintWriter()
           
 void testPrintArrayOfDoublesToDataOutputStream()
           
 void testPrintArrayOfDoublesWithPrintWriter()
           
 void testPrintArrayOfInts()
           
 void testPrintArrayOfIntsToDataOutputStream()
           
 void testPrintArrayOfIntsToPrintStream()
           
 void testPrintArrayOfIntsToPrintWriter()
           
 void testPrintArrayOfLongs()
           
 void testPrintArrayToStandardOutFromArrayList()
           
 void testPrintDoubleArrayWithPrintStream()
           
 void testPrintGenericArray()
           
 void testPrintNamedArrayForMATLABWithPrintStream()
           
 void testPrintNamedArrayForMATLABWithPrintWriter()
           
 void testPrintTwoDimensionalArrayOfDoublesWithPrintStream()
           
 void testPrintTwoDimensionalArrayOfIntsToPrintStream()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayToolsTest

public ArrayToolsTest()
Method Detail

testPrintArrayOfLongs

public void testPrintArrayOfLongs()

testPrintArrayNumbersAsStrings

public void testPrintArrayNumbersAsStrings()

testPrintArrayOfInts

public void testPrintArrayOfInts()

testPrintArrayOfDoubles

public void testPrintArrayOfDoubles()

testPrintArrayFromStringsToPrintWriter

public void testPrintArrayFromStringsToPrintWriter()

testPrintArrayFromStringsToPrintStream

public void testPrintArrayFromStringsToPrintStream()

testPrintArrayToStandardOutFromArrayList

public void testPrintArrayToStandardOutFromArrayList()

testPrintArrayOfDoublesForMATLABWithPrintWriter

public void testPrintArrayOfDoublesForMATLABWithPrintWriter()

testPrintArrayOfDoublesFOrMATLABWithPrintStream

public void testPrintArrayOfDoublesFOrMATLABWithPrintStream()

testPrintNamedArrayForMATLABWithPrintWriter

public void testPrintNamedArrayForMATLABWithPrintWriter()

testPrintNamedArrayForMATLABWithPrintStream

public void testPrintNamedArrayForMATLABWithPrintStream()

testPrintArrayOfDoublesToDataOutputStream

public void testPrintArrayOfDoublesToDataOutputStream()

testPrintArrayOfDoublesWithPrintWriter

public void testPrintArrayOfDoublesWithPrintWriter()

testArrayToString

public void testArrayToString()

testPrintDoubleArrayWithPrintStream

public void testPrintDoubleArrayWithPrintStream()

testPrintTwoDimensionalArrayOfDoublesWithPrintStream

public void testPrintTwoDimensionalArrayOfDoublesWithPrintStream()

testPrintArrayOfIntsToPrintWriter

public void testPrintArrayOfIntsToPrintWriter()

testPrintArrayOfIntsToPrintStream

public void testPrintArrayOfIntsToPrintStream()

testPrintArrayOfIntsToDataOutputStream

public void testPrintArrayOfIntsToDataOutputStream()

testPrintTwoDimensionalArrayOfIntsToPrintStream

public void testPrintTwoDimensionalArrayOfIntsToPrintStream()

testParseDoubleArrayFromMATLABString

public void testParseDoubleArrayFromMATLABString()

testParseDoubleArrayFromMATLABBufferedReader

public void testParseDoubleArrayFromMATLABBufferedReader()

testParseDoubleArrayFromDataInputStream

public void testParseDoubleArrayFromDataInputStream()

testParseIntegerArrayFromString

public void testParseIntegerArrayFromString()

testParseIntegerArrayFromBufferedReader

public void testParseIntegerArrayFromBufferedReader()

testParseIntegerArrayFromDataInputStream

public void testParseIntegerArrayFromDataInputStream()

testGetReverseOrderedArrayCopy

public void testGetReverseOrderedArrayCopy()

testPrintGenericArray

public void testPrintGenericArray()

testDeltaEquals

public void testDeltaEquals()

testConcatentateArrays

public void testConcatentateArrays()

testConcatentateArrays1

public void testConcatentateArrays1()

testConcatentateArrays2

public void testConcatentateArrays2()

testCopyArray

public void testCopyArray()

testCopyArray1

public void testCopyArray1()

testCopyArray2

public void testCopyArray2()

testCopyArray3

public void testCopyArray3()

testCopyGenericArray

public void testCopyGenericArray()

testParseDoubleArrayFromString

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

testParseDoubleArrayFromBufferedReader

public void testParseDoubleArrayFromBufferedReader()

testParseDoubleArrayFromBufferedReaderWithIOException

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

testGetArrayFromArrayList

public void testGetArrayFromArrayList()