Package testEnvironment

Provides an observed (see ReceivalCheck) test environment for this mix (LocalTest for simulating several mixes and clients on one machine; NetworkTest for simulating several clients via network (mixes must be started separately))

See:
          Description

Class Summary
ClientSimulator Simulates a Clients behavior using its InputStream and OutputStream according to the following logic: "Send K bytes of data with a delay of L ms between sending, M times."
LocalTest Sets up a test environment on localhost, consisting of a mix cascade and several clients.
NetworkTest Simulates several clients to test an existing cascade of mixes.
ReceivalCheck Can be used to validate if a message sent, was received as well or dropped for some reason.
Settings Provides properties from the file TestEnvironmentProperties.txt.
 

Package testEnvironment Description

Provides an observed (see ReceivalCheck) test environment for this mix (LocalTest for simulating several mixes and clients on one machine; NetworkTest for simulating several clients via network (mixes must be started separately)).