Interface MongoTestInstance
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
CliMongoTestInstance
,DockerMongoTestInstance
,SslCliMongoTestInstance
A test instance runner for mongo.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ELEMENTS_TESTED_VERSION
The tested version of Elements.- See Also:
-
-
Method Details
-
start
void start()Starts the test instance. -
close
void close()Closes and stops this mongo instance- Specified by:
close
in interfaceAutoCloseable
-
stop
default void stop()Stops which, by default, calls close.
-