testEnvironment
Class LocalTest

java.lang.Object
  extended by testEnvironment.LocalTest

public class LocalTest
extends java.lang.Object

Sets up a test environment on localhost, consisting of a mix cascade and several clients. The clients' behavior can be influenced using the property file TestEnvironmentProperties.txt. General settings are taken from there as well (like the number of mixes/clients to be simulated).

Author:
Karl-Peter Fuchs
See Also:
Mix, Client

Field Summary
private static InternalInformationPortController internalInformationPort
          Reference on component InternalInformationPort.
private static java.util.logging.Logger LOGGER
          Logger used to log and display information.
 
Constructor Summary
private LocalTest()
          Empty constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Sets up a test environment on localhost, consisting of a mix cascade and several clients.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

internalInformationPort

private static InternalInformationPortController internalInformationPort
Reference on component InternalInformationPort. Used to display and/or log data and read general settings.


LOGGER

private static final java.util.logging.Logger LOGGER
Logger used to log and display information.

Constructor Detail

LocalTest

private LocalTest()
Empty constructor.

Method Detail

main

public static void main(java.lang.String[] args)
Sets up a test environment on localhost, consisting of a mix cascade and several clients. The clients' behavior can be influenced using the property file TestEnvironmentProperties.txt. General settings are taken from there as well (like the number of mixes/clients to be simulated).

Parameters:
args - Not used.