- All Implemented Interfaces:
- junit.framework.Test
public class BuildMessageTestStandalone
extends junit.framework.TestCase
Simple test to create an encrypted TunnelBuildMessage, decrypt its layers (as it would be
during transmission), inject replies, then handle the TunnelBuildReplyMessage (unwrapping
the reply encryption and reading the replies).
===
Update 1/5/2013 :
This test is renamed so it does not match the JUnit wildcard.
There is something wrong with the decryption check; it doesn't look like the test takes
into consideration the re-encryption of the records in the TunnelBuildMessage.
Most probably the test will have to be re-written from scratch.
--zab