Class AbstractLuaScriptTest
- java.lang.Object
-
- org.swisspush.gateleen.testhelper.AbstractLuaScriptTest
-
public abstract class AbstractLuaScriptTest extends Object
Abstract class containing common methods for LuaScript tests- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Field Summary
Fields Modifier and Type Field Description protected redis.clients.jedis.Jedisjedis
-
Constructor Summary
Constructors Constructor Description AbstractLuaScriptTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcheckRedisAvailable()voidconnect()voiddisconnect()protected StringreadScript(String scriptFileName)protected StringreadScript(String scriptFileName, boolean stripLogNotice)
-