Skip to main content

Crate shadow_integration_tests

Crate shadow_integration_tests 

Source
Expand description

§Shadow Network Integration Tests

Cross-crate integration tests verifying the full system works end-to-end:

  • Crypto → Messaging pipeline
  • Steganography → Transport pipeline
  • DHT → Storage → Replication pipeline
  • Full E2E message flow
  • DPI evasion statistical tests
  • Monitoring integration

Modules§

crypto_messaging
Crypto → Messaging integration tests
dht_storage
DHT → Storage integration tests
dpi_evasion
DPI evasion and steganographic indistinguishability tests
e2e_flow
Full end-to-end message flow tests
stego_pipeline
Steganography → Transport pipeline integration tests

Structs§

IntegrationReport
Integration test report
IntegrationTestResult
Single integration test result

Functions§

run_all_integration_tests
Run all integration tests programmatically