See: Description
| Class | Description |
|---|---|
| DummyClientManagerFacade | Manage all interactions with clients |
| DummyNetworkDatabaseFacade | In-memory network database implementation for testing and development scenarios. |
| DummyNetworkDatabaseSegmentor | Dummy network database segmentor for testing. |
| DummyPeerManagerFacade | Manage peer references and keep them up to date so that when asked for peers,
it can provide appropriate peers according to the criteria provided. |
| DummyTunnelManagerFacade | Build and maintain tunnels throughout the network. |
| VMCommSystem | Hacked up in-VM comm system for talking between contexts within the same Java
virtual machine. |
Dummy implementations and stub classes for testing purposes.
This package provides:
These dummy classes are used in unit tests and development to isolate components and avoid dependencies on full router infrastructure. They provide minimal implementations sufficient for testing specific functionality.