public class WorkHelperTest extends Object
| Constructor and Description |
|---|
WorkHelperTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeMethod()
Check that we're not in IKVM.
|
void |
nullValuesAreIgnored()
Test that null work values are ignored, and that the result is in hours either way.
|
void |
sameSignedInfinitiesDoNotBecomeNaN()
Test that same signed infinities sum to that infinity rather than NaN.
|
void |
valuesAreSummedWithoutConversion()
Test that work is summed by its own value and the result is labelled hours, without converting
between units.
|
@BeforeEach public void beforeMethod()
@Test public void nullValuesAreIgnored()
@Test public void valuesAreSummedWithoutConversion()
@Test public void sameSignedInfinitiesDoNotBecomeNaN()
Copyright © 2000–2026 MPXJ. All rights reserved.