fr.paris5.shaman.system
Class ServerTestSupportUser

java.lang.Object
  |
  +--fr.paris5.shaman.system.ServerTestSupportUser
Direct Known Subclasses:
AbstractServerTest.MyServerTestSupportUser, AbstractXSPTest.MyServerTestSupportUser

public class ServerTestSupportUser
extends java.lang.Object


Field Summary
private static java.util.Set ALL_SERVERS
           
 
Constructor Summary
ServerTestSupportUser()
           
 
Method Summary
(package private) static void ()
           
protected  void doSetUp()
           
protected  void doTearDown()
          Override for doing things in derived classes.
protected  java.util.Properties getAntUserProperties()
           
protected  java.util.Set getRequiredServers()
          Override to require less servers than all servers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ALL_SERVERS

private static final java.util.Set ALL_SERVERS
Constructor Detail

ServerTestSupportUser

public ServerTestSupportUser()
Method Detail

static void ()

doSetUp

protected void doSetUp()

doTearDown

protected void doTearDown()
Override for doing things in derived classes. Called at the end of tearDown.

getRequiredServers

protected java.util.Set getRequiredServers()
Override to require less servers than all servers.
Returns:
A Map containg server keys as defined in ServerSystem.

getAntUserProperties

protected java.util.Properties getAntUserProperties()


Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.