fr.paris5.shaman.system
Class ServerTestSupport

java.lang.Object
  |
  +--fr.paris5.shaman.system.ServerTestSupport

public class ServerTestSupport
extends java.lang.Object


Field Summary
static java.util.Set ALL_SERVERS
           
private  InsightManager insightManager
           
private  OperationCombiner operationCombiner
           
private  ServerSystem serverSystem
           
private  SingleDeployHelper singleDeployHelper
           
private  ServerTestSupportUser supportUser
           
 
Constructor Summary
ServerTestSupport(ServerTestSupportUser supportUser)
           
 
Method Summary
(package private) static void ()
           
 AntProject getAntProject()
           
 InsightManager getInsightManager()
           
 OperationCombiner getOperationCombiner()
           
 java.lang.Object[] getRequiredServerKeys()
           
protected  ServerSystem getServerSystem()
           
protected  SingleDeployHelper getSingleDeployHelper()
           
private  void processServerSetUp(java.lang.Object serverKey)
           
private  void processServerTearDown(java.lang.Object serverKey)
           
 void setUp()
          Declared final for avoiding the call to super() in overriden implementations.
 void setUpInsightManager()
           
 void tearDown()
          Declared final for avoiding the call to super() in overriden implementations.
 void tearDownInsightManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

supportUser

private final ServerTestSupportUser supportUser

ALL_SERVERS

public static final java.util.Set ALL_SERVERS

serverSystem

private ServerSystem serverSystem

singleDeployHelper

private SingleDeployHelper singleDeployHelper

operationCombiner

private OperationCombiner operationCombiner

insightManager

private InsightManager insightManager
Constructor Detail

ServerTestSupport

public ServerTestSupport(ServerTestSupportUser supportUser)
Method Detail

static void ()

getServerSystem

protected ServerSystem getServerSystem()

getSingleDeployHelper

protected SingleDeployHelper getSingleDeployHelper()

processServerSetUp

private void processServerSetUp(java.lang.Object serverKey)
                         throws java.lang.Exception

setUp

public final void setUp()
Declared final for avoiding the call to super() in overriden implementations. Calls doSetUp() instead.

processServerTearDown

private void processServerTearDown(java.lang.Object serverKey)
                            throws java.lang.Exception

tearDown

public final void tearDown()
Declared final for avoiding the call to super() in overriden implementations. Calls doTearDowm() instead.

getRequiredServerKeys

public final java.lang.Object[] getRequiredServerKeys()

getAntProject

public AntProject getAntProject()

getInsightManager

public InsightManager getInsightManager()

getOperationCombiner

public OperationCombiner getOperationCombiner()

setUpInsightManager

public void setUpInsightManager()

tearDownInsightManager

public void tearDownInsightManager()


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