Package org.bouncycastle.crypto.tls.test
Class DTLSTestCase
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.crypto.tls.test.DTLSTestCase
-
public class DTLSTestCase extends TestCase
-
-
Field Summary
Fields Modifier and Type Field Description protected TlsTestConfig
config
-
Constructor Summary
Constructors Constructor Description DTLSTestCase(java.lang.String name)
DTLSTestCase(TlsTestConfig config, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
logException(java.lang.Exception e)
protected void
runTest()
void
testDummy()
-
-
-
Field Detail
-
config
protected final TlsTestConfig config
-
-
Constructor Detail
-
DTLSTestCase
public DTLSTestCase(java.lang.String name)
-
DTLSTestCase
public DTLSTestCase(TlsTestConfig config, java.lang.String name)
-
-