Package org.bouncycastle.crypto.tls.test
Class TlsTestCase
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.crypto.tls.test.TlsTestCase
-
public class TlsTestCase extends TestCase
-
-
Field Summary
Fields Modifier and Type Field Description protected TlsTestConfig
config
-
Constructor Summary
Constructors Constructor Description TlsTestCase(java.lang.String name)
TlsTestCase(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
-
TlsTestCase
public TlsTestCase(java.lang.String name)
-
TlsTestCase
public TlsTestCase(TlsTestConfig config, java.lang.String name)
-
-