Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls.test
Class TlsProtocolNonBlockingTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.bouncycastle.crypto.tls.test.TlsProtocolNonBlockingTest
All Implemented Interfaces:
junit.framework.Test

public class TlsProtocolNonBlockingTest
extends junit.framework.TestCase


Constructor Summary
TlsProtocolNonBlockingTest()
           
 
Method Summary
 void testClientServerFragmented()
           
 void testClientServerNonFragmented()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TlsProtocolNonBlockingTest

public TlsProtocolNonBlockingTest()
Method Detail

testClientServerFragmented

public void testClientServerFragmented()
                                throws java.io.IOException
Throws:
java.io.IOException

testClientServerNonFragmented

public void testClientServerNonFragmented()
                                   throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.64