Package io.quarkus.test.mongodb
Class MongoTestResource
java.lang.Object
io.quarkus.test.mongodb.MongoTestResource
- All Implemented Interfaces:
io.quarkus.test.common.QuarkusTestResourceLifecycleManager
public class MongoTestResource
extends Object
implements io.quarkus.test.common.QuarkusTestResourceLifecycleManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
io.quarkus.test.common.QuarkusTestResourceLifecycleManager.Context, io.quarkus.test.common.QuarkusTestResourceLifecycleManager.TestInjector -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
inject, inject, order, setContext
-
Field Details
-
PORT
- See Also:
-
VERSION
- See Also:
-
DEFAULT_PORT
static final int DEFAULT_PORT- See Also:
-
-
Constructor Details
-
MongoTestResource
public MongoTestResource()
-
-
Method Details
-
port
-
version
-
forceExtendedSocketOptionsClassInit
public static void forceExtendedSocketOptionsClassInit() -
init
- Specified by:
initin interfaceio.quarkus.test.common.QuarkusTestResourceLifecycleManager
-
start
- Specified by:
startin interfaceio.quarkus.test.common.QuarkusTestResourceLifecycleManager
-
stop
public void stop()- Specified by:
stopin interfaceio.quarkus.test.common.QuarkusTestResourceLifecycleManager
-