| org.tanukisoftware.wrapper.WrapperManagerSystemTimeTestCase
WrapperManagerSystemTimeTestCase | public class WrapperManagerSystemTimeTestCase extends TestCase (Code) | | Tests the conversion of system time into ticks.
author: Leif Mortenson |
Method Summary | |
public void | doTest(long time, int expectedTicks, int negTicks, int posTicks) | public void | testOverflow() | public void | testSimple() |
WrapperManagerSystemTimeTestCase | public WrapperManagerSystemTimeTestCase(String name)(Code) | | |
doTest | public void doTest(long time, int expectedTicks, int negTicks, int posTicks)(Code) | | |
testOverflow | public void testOverflow()(Code) | | |
testSimple | public void testSimple()(Code) | | |
|
|