Crossfire JXClient, Trunk  R20561
com.realtime.crossfire.jxclient.util.DoubleMappingTest Class Reference

Regression tests for class DoubleMapping. More...

+ Collaboration diagram for com.realtime.crossfire.jxclient.util.DoubleMappingTest:

Public Member Functions

void test1 ()
 Checks that basic operations for on DoubleMapping instances do work. More...
 

Static Private Member Functions

static void check (@NotNull final DoubleMapping doubleMapping, @NotNull final int... values)
 Checks that a DoubleMapping instance contains the expected values. More...
 

Detailed Description

Regression tests for class DoubleMapping.

Author
Andreas Kirschbaum

Definition at line 32 of file DoubleMappingTest.java.

Member Function Documentation

◆ check()

static void com.realtime.crossfire.jxclient.util.DoubleMappingTest.check ( @NotNull final DoubleMapping  doubleMapping,
@NotNull final int...  values 
)
staticprivate

Checks that a DoubleMapping instance contains the expected values.

Parameters
doubleMappingthe double mapping instance
valuesthe expected values

Definition at line 63 of file DoubleMappingTest.java.

Referenced by com.realtime.crossfire.jxclient.util.DoubleMappingTest.test1().

+ Here is the caller graph for this function:

◆ test1()

void com.realtime.crossfire.jxclient.util.DoubleMappingTest.test1 ( )

Checks that basic operations for on DoubleMapping instances do work.

Definition at line 39 of file DoubleMappingTest.java.

References com.realtime.crossfire.jxclient.util.DoubleMappingTest.check(), com.realtime.crossfire.jxclient.util.DoubleMapping.insert(), and com.realtime.crossfire.jxclient.util.DoubleMapping.remove().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: