|
Crossfire JXClient, Trunk
R20561
|
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... | |
Regression tests for class DoubleMapping.
Definition at line 32 of file DoubleMappingTest.java.
|
staticprivate |
Checks that a DoubleMapping instance contains the expected values.
| doubleMapping | the double mapping instance |
| values | the 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:| 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: