public abstract class MongoServerTest
extends java.lang.Object
| Constructor and Description |
|---|
MongoServerTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract de.bwaldvogel.mongo.MongoBackend |
createBackend() |
void |
setUp() |
void |
tearDown() |
void |
testEnableSslAfterAlreadyStarted() |
void |
testEnableSslWithEmptyKeyCertChain() |
void |
testEnableSslWithMissingPrivateKey() |
void |
testGetLocalAddress() |
void |
testShutdownAndRestart() |
void |
testShutdownNow() |
void |
testSsl() |
void |
testStopListening() |
void |
testToString() |
protected abstract de.bwaldvogel.mongo.MongoBackend createBackend()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
public void testToString()
throws java.lang.Exception
java.lang.Exceptionpublic void testStopListening()
throws java.lang.Exception
java.lang.Exceptionpublic void testShutdownNow()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetLocalAddress()
throws java.lang.Exception
java.lang.Exceptionpublic void testShutdownAndRestart()
throws java.lang.Exception
java.lang.Exceptionpublic void testSsl()
throws java.lang.Exception
java.lang.Exceptionpublic void testEnableSslAfterAlreadyStarted()
throws java.lang.Exception
java.lang.Exceptionpublic void testEnableSslWithEmptyKeyCertChain()
throws java.lang.Exception
java.lang.Exceptionpublic void testEnableSslWithMissingPrivateKey()
throws java.lang.Exception
java.lang.Exception