|
|
@ -34,12 +34,12 @@ import org.junit.Before;
|
|
|
|
public class RedisClientTest {
|
|
|
|
public class RedisClientTest {
|
|
|
|
|
|
|
|
|
|
|
|
@Before
|
|
|
|
@Before
|
|
|
|
public static void before() throws IOException, InterruptedException {
|
|
|
|
public void before() throws IOException, InterruptedException {
|
|
|
|
RedisRunner.startDefaultRedisTestInstance();
|
|
|
|
RedisRunner.startDefaultRedisTestInstance();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@After
|
|
|
|
@After
|
|
|
|
public static void after() throws InterruptedException {
|
|
|
|
public void after() throws InterruptedException {
|
|
|
|
RedisRunner.shutDownDefaultRedisTestInstance();
|
|
|
|
RedisRunner.shutDownDefaultRedisTestInstance();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|