fr.paris5.shaman.insight.content
Class ImportFromLegendServerTest

fr.paris5.shaman.system.AbstractServerTest
  |
  +--fr.paris5.shaman.insight.content.ImportFromLegendServerTest

public class ImportFromLegendServerTest
extends AbstractServerTest

Tests content import from a Legend server. Only the Legend server is launched, the Insight Manager (and subsequent store & connector) are running in-process, for easier debugging.

This test also relies on the content of $HAMAN_HOME/src/test/legend-content/webdavput directory, which should not be changed.

Version:
$Id: ImportFromLegendServerTest.java,v 1.3 2002/08/07 13:30:54 caillette Exp $
Author:
Laurent Caillette

Inner classes inherited from class fr.paris5.shaman.system.AbstractServerTest
AbstractServerTest.MyServerTestSupportUser
 
Field Summary
private  InsightManager insightManager
          Deprecated.  
private  InsightModel insightModel
          Deprecated.  
private  LegendConnector legendConnector
          Deprecated.  
private static java.lang.String PUTFILES_TARGET
          Deprecated.  
private static java.util.Set REQUIRED_SERVERS
          Deprecated.  
private static java.lang.String SCRIPT_NAME
          Deprecated.  
private  BLOBStore store
          Deprecated.  
 
Fields inherited from class fr.paris5.shaman.system.AbstractServerTest
serverTestSupport, supportUser
 
Constructor Summary
ImportFromLegendServerTest(java.lang.String name)
          Deprecated.  
 
Method Summary
(package private) static void ()
          Deprecated.  
 void doSetUp()
          Deprecated. Override for doing things in derived classes.
protected  void doTearDown()
          Deprecated. Override for doing things in derived classes.
 java.util.Set getRequiredServers()
          Deprecated. Override to require less servers than all servers.
static void main(java.lang.String[] args)
          Deprecated.  
static junit.framework.Test suite()
          Deprecated.  
 void testImport()
          Deprecated.  
 
Methods inherited from class fr.paris5.shaman.system.AbstractServerTest
getAntProject, getAntUserProperties, setUp, tearDown
 

Field Detail

legendConnector

private LegendConnector legendConnector
Deprecated. 

store

private BLOBStore store
Deprecated. 

insightModel

private InsightModel insightModel
Deprecated. 

PUTFILES_TARGET

private static final java.lang.String PUTFILES_TARGET
Deprecated. 

SCRIPT_NAME

private static final java.lang.String SCRIPT_NAME
Deprecated. 

REQUIRED_SERVERS

private static final java.util.Set REQUIRED_SERVERS
Deprecated. 

insightManager

private InsightManager insightManager
Deprecated. 
Constructor Detail

ImportFromLegendServerTest

public ImportFromLegendServerTest(java.lang.String name)
Deprecated. 
Method Detail

testImport

public void testImport()
Deprecated. 

static void ()
Deprecated. 

getRequiredServers

public java.util.Set getRequiredServers()
Deprecated. 
Description copied from class: AbstractServerTest
Override to require less servers than all servers.
Overrides:
getRequiredServers in class AbstractServerTest
Following copied from class: fr.paris5.shaman.system.AbstractServerTest
Returns:
A Map containg server keys as defined in ServerSystem.

doSetUp

public void doSetUp()
Deprecated. 
Description copied from class: AbstractServerTest
Override for doing things in derived classes. Called at the end of setUp.
Overrides:
doSetUp in class AbstractServerTest

doTearDown

protected void doTearDown()
Deprecated. 
Description copied from class: AbstractServerTest
Override for doing things in derived classes. Called at the end of tearDown.
Overrides:
doTearDown in class AbstractServerTest

suite

public static junit.framework.Test suite()
Deprecated. 

main

public static void main(java.lang.String[] args)
Deprecated. 


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