Class SSLSocketTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.jsse.provider.test.SSLSocketTest
-
- All Implemented Interfaces:
junit.framework.Test
public class SSLSocketTest extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description SSLSocketTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtest_getChannel()voidtest_getOOBInline()voidtest_sendUrgentData()voidtest_setOOBInline()-
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString
-
-
-
-
Method Detail
-
setUp
protected void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
test_getChannel
public void test_getChannel() throws java.lang.Exception- Throws:
java.lang.Exception
-
test_getOOBInline
public void test_getOOBInline() throws java.lang.Exception- Throws:
java.lang.Exception
-
test_sendUrgentData
public void test_sendUrgentData() throws java.lang.Exception- Throws:
java.lang.Exception
-
test_setOOBInline
public void test_setOOBInline() throws java.lang.Exception- Throws:
java.lang.Exception
-
-