public class FloatScalarTest extends Object
This file was generated by the djunits value test classes generator, 26 jun, 2015
Copyright (c) 2015-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2019-03-02 19:06:46 +0100 (Sat, 02 Mar 2019) $, @version $Revision: 342 $, by $Author: averbraeck $,
initial version 26 jun, 2015
Modifier and Type | Class and Description |
---|---|
(package private) static interface |
FloatScalarTest.FloatToFloat |
(package private) static class |
FloatScalarTest.MathTester |
Constructor and Description |
---|
FloatScalarTest() |
Modifier and Type | Method and Description |
---|---|
void |
basicsAbsTest()
Test constructor, verify the various fields in the constructed objects, test conversions to related units.
|
void |
basicsRelTest()
Test constructor, verify the various fields in the constructed objects, test conversions to related units.
|
void |
binarydivideOfRelAndRelTest()
Test divide(FloatScalarRel, FloatScalarRel).
|
void |
binaryminusOfAbsAndRelTest()
Test minus(FloatScalarAbs, FloatScalarRel).
|
void |
binaryminusOfRelAndRelTest()
Test minus(FloatScalarRel, FloatScalarRel).
|
void |
binarymultiplyOfRelAndRelTest()
Test multiply(FloatScalarRel, FloatScalarRel).
|
void |
binaryplusOfAbsAndRelTest()
Test plus(FloatScalarAbs, FloatScalarRel).
|
void |
binaryplusOfRelAndRelTest()
Test plus(FloatScalarRel, FloatScalarRel).
|
void |
equalsAbsTest()
Test the equals method.
|
void |
equalsRelTest()
Test the equals method.
|
void |
mathFunctionsTestAbsTest()
Test the Math functions.
|
void |
mathFunctionsTestRelTest()
Test the Math functions.
|
void |
relOpAbsTest()
Test the relational operations.
|
void |
relOpRelTest()
Test the relational operations.
|
void |
toStringAbsTest()
Test that the toString method returns something sensible.
|
void |
toStringRelTest()
Test that the toString method returns something sensible.
|
public final void toStringAbsTest()
public final void basicsAbsTest()
public final void equalsAbsTest()
public final void relOpAbsTest()
public final void mathFunctionsTestAbsTest()
public final void binaryplusOfAbsAndRelTest()
public final void binaryminusOfAbsAndRelTest()
public final void toStringRelTest()
public final void basicsRelTest()
public final void equalsRelTest()
public final void relOpRelTest()
public final void mathFunctionsTestRelTest()
public final void binaryplusOfRelAndRelTest()
public final void binaryminusOfRelAndRelTest()
public final void binarymultiplyOfRelAndRelTest()
public final void binarydivideOfRelAndRelTest()
Copyright © 2015–2019 Delft University of Technology. All rights reserved.