us.ihmc.utilities
Class ArrayToolsTest
java.lang.Object
us.ihmc.utilities.ArrayToolsTest
public class ArrayToolsTest
- extends java.lang.Object
Title:
Description:
Copyright: Copyright (c) 2006
Company:
- Version:
- 1.0
- Author:
- not attributable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayToolsTest
public ArrayToolsTest()
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()