public class RedisCliForTestsFactory extends 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 IOException
IOExceptionpublic RedisCliForTestsFactory(de.flapdoodle.embed.process.distribution.IVersion version)
throws IOException
version - version of MongoDB.IOExceptionpublic static RedisCliForTestsFactory with(de.flapdoodle.embed.process.distribution.IVersion version) throws IOException
IOExceptionpublic void shutdown()
Copyright © 2013. All Rights Reserved.