public class RedisCliForTestsFactory
extends java.lang.Object
| Constructor and Description |
|---|
RedisCliForTestsFactory()
Create the testing utility using the latest production version of
MongoDB.
|
RedisCliForTestsFactory(de.flapdoodle.embed.process.distribution.IVersion version)
Create the testing utility using the specified version of MongoDB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
shutdown()
Cleans up the resources created by the utility.
|
static RedisCliForTestsFactory |
with(de.flapdoodle.embed.process.distribution.IVersion version) |
public RedisCliForTestsFactory()
throws java.io.IOException
java.io.IOExceptionpublic RedisCliForTestsFactory(de.flapdoodle.embed.process.distribution.IVersion version)
throws java.io.IOException
version - version of MongoDB.java.io.IOExceptionpublic static RedisCliForTestsFactory with(de.flapdoodle.embed.process.distribution.IVersion version) throws java.io.IOException
java.io.IOExceptionpublic void shutdown()
Copyright © 2013. All Rights Reserved.