Class DoubleVectorConstructorsTest

java.lang.Object
org.djunits.value.vdouble.vector.DoubleVectorConstructorsTest

public class DoubleVectorConstructorsTest
extends Object
Test constructors of DoubleVector.
  • Constructor Summary

    Constructors 
    Constructor Description
    DoubleVectorConstructorsTest()  
  • Method Summary

    Modifier and Type Method Description
    void compareSum​(double[] left, double[] right, double[] sum)
    Check that two arrays and a sum array match.
    void compareValues​(double[] reference, double[] got)
    Compare two double arrays.
    void compareValuesWithScale​(org.djunits.unit.scale.Scale scale, double[] reference, double[] got)
    Compare two double arrays with factor and offset (derived from a scale).
    void exceptionsTest()
    Test all the exception that the constructors may throw.
    void instantiateListTest()
    Test constructors of array, list, map with the AbsoluteTemperature unit.
    void instantiatorTest()
    Test the constructors of DoubleVector.
    void operationTest()
    Test the plus and similar methods.
    void parallelTest()
    Test that parallelized operations work.
    void siVectorTest()
    Test the SIVector class.
    <U extends org.djunits.unit.Unit<U>>
    void
    testAsMost()
    Test most "asXX" methods.
    <U extends org.djunits.unit.Unit<U>>
    void
    testAsRemaining()
    Test the "asXX" methods of the remaining classes.
    <U extends org.djunits.unit.Unit<U>>
    void
    testAsUnit()
    Test the as method of the SIVector class.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait