net.java.dev.moskitodemo.simpleservice.test
Class AbstractMultiTestWithDuration

java.lang.Object
  extended by net.java.dev.moskitodemo.simpleservice.test.AbstractMultiTestWithDuration
Direct Known Subclasses:
MultiTest11M, MultiTest2M, MultiTest6M

public abstract class AbstractMultiTestWithDuration
extends Object


Nested Class Summary
(package private)  class AbstractMultiTestWithDuration.TestRunner
           
 
Field Summary
private  long duration
           
static String[] INTERVALS_TO_CHECK
           
private  ISimpleService service
           
 
Constructor Summary
protected AbstractMultiTestWithDuration(long aDuration)
           
 
Method Summary
protected  ISimpleService createService()
           
protected  void executeTests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

duration

private long duration

service

private ISimpleService service

INTERVALS_TO_CHECK

public static final String[] INTERVALS_TO_CHECK
Constructor Detail

AbstractMultiTestWithDuration

protected AbstractMultiTestWithDuration(long aDuration)
Method Detail

createService

protected ISimpleService createService()

executeTests

protected void executeTests()


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework