com.lordofthejars.nosqlunit.redis
Class RedisRule
java.lang.Object
com.lordofthejars.nosqlunit.core.AbstractNoSqlTestRule
com.lordofthejars.nosqlunit.redis.RedisRule
- All Implemented Interfaces:
- org.junit.rules.MethodRule
public class RedisRule
- extends AbstractNoSqlTestRule
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RedisRule
public RedisRule(AbstractRedisConfiguration redisConfiguration)
RedisRule
public RedisRule(AbstractRedisConfiguration redisConfiguration,
Object target)
getDatabaseOperation
public DatabaseOperation<? extends redis.clients.jedis.BinaryJedisCommands> getDatabaseOperation()
- Specified by:
getDatabaseOperation in class AbstractNoSqlTestRule
getWorkingExtension
public String getWorkingExtension()
- Specified by:
getWorkingExtension in class AbstractNoSqlTestRule
Copyright © 2012. All Rights Reserved.