| |
|
| org.jgroups.tests.TimeSchedulerTest
TimeSchedulerTest | public class TimeSchedulerTest extends TestCase (Code) | | Test cases for TimeScheduler
author: Bela Ban version: $Id: TimeSchedulerTest.java,v 1.9.2.1 2007/04/27 06:26:39 belaban Exp $ |
Inner Class :static class RepeatingTask extends OneTimeTask | |
NUM_MSGS | final static int NUM_MSGS(Code) | | |
PERCENTAGE_OFF | double PERCENTAGE_OFF(Code) | | |
xmit_timeouts | long[] xmit_timeouts(Code) | | |
TimeSchedulerTest | public TimeSchedulerTest(String name)(Code) | | |
suite | public static Test suite()(Code) | | |
test2Tasks | public void test2Tasks()(Code) | | |
testCancel | public void testCancel()(Code) | | |
testImmediateExecution | public void testImmediateExecution()(Code) | | |
testRepeatingTask | public void testRepeatingTask()(Code) | | |
testRetransmits | public void testRetransmits()(Code) | | Tests whether retransmits are called at correct times for 1000 messages. A retransmit should not be
more than 30% earlier or later than the scheduled retransmission time
|
testStress | public void testStress()(Code) | | |
testTaskCancellationAfterHasRun | public void testTaskCancellationAfterHasRun()(Code) | | |
testTaskCancellationBeforeTaskHasRun | public void testTaskCancellationBeforeTaskHasRun()(Code) | | |
|
|
|