public abstract class MongoServerTest
extends Object
-
Constructor Summary
Constructors
-
Method Summary
protected abstract de.bwaldvogel.mongo.MongoBackend
void
void
void
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MongoServerTest
public MongoServerTest()
-
Method Details
-
createBackend
protected abstract de.bwaldvogel.mongo.MongoBackend createBackend()
throws
Exception
- Throws:
Exception
-
testStopListening
@Test
@Timeout(10L)
public void testStopListening()
throws
Exception
- Throws:
Exception
-
testShutdownNow
@Test
@Timeout(10L)
public void testShutdownNow()
throws
Exception
- Throws:
Exception
-
testGetLocalAddress
@Test
@Timeout(10L)
public void testGetLocalAddress()
throws
Exception
- Throws:
Exception
-
testShutdownAndRestart
@Test
@Timeout(10L)
public void testShutdownAndRestart()
throws
Exception
- Throws:
Exception
-