fr.paris5.shaman.insight.server
Class ServiceServerTest

fr.paris5.shaman.insight.server.ServiceServerTest

public class ServiceServerTest

Test for a simple service call using RMI. This test launches the HelloService as RMI server for a short amount of time, and verifies the service is accessible in-process.

This test can be ran standalone, or in parallel with ServiceClientTest.

Version:
$Id: ServiceServerTest.java,v 1.2 2002/07/01 09:55:28 caillette Exp $
Author:
Laurent Caillette

Field Summary
static long SERVER_LIFE_DURATION
           
 
Constructor Summary
ServiceServerTest(java.lang.String name)
           
 
Method Summary
(package private) static void ()
           
private static void accessToServices(InsightManager insightManager)
           
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testServerRun()
           
 

Field Detail

SERVER_LIFE_DURATION

public static final long SERVER_LIFE_DURATION
Constructor Detail

ServiceServerTest

public ServiceServerTest(java.lang.String name)
Method Detail

static void ()

accessToServices

private static void accessToServices(InsightManager insightManager)

testServerRun

public void testServerRun()

suite

public static junit.framework.Test suite()

main

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


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