类 AbstractRedisTestElement
java.lang.Object
core.xyz.migoo.testelement.AbstractTestElement
protocol.xyz.migoo.redis.AbstractRedisTestElement
- 所有已实现的接口:
TestElement,VariableStateListener,Serializable
- 直接已知子类:
AbstractRedisProcessor,RedisSampler
- 作者:
- xiaomi
- 另请参阅:
-
字段概要
从类继承的字段 core.xyz.migoo.testelement.AbstractTestElement
CHILD, CHILDS, CONFIG, CONFIG_ELEMENTS, EXTRACTORS, POSTPROCESSORS, PREPROCESSORS, SLEEP, TEST_CLASS, TEST_ELEMENTS, TITLE, VALIDATORS, VARIABLES -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected SampleResultexecute(redis.clients.jedis.Jedis conn) protected SampleResultexecute(redis.clients.jedis.Jedis conn, SampleResult sample) static StringlistToString(Collection<?> list) 从类继承的方法 core.xyz.migoo.testelement.AbstractTestElement
convertVariable, get, get, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsJSONArray, getPropertyAsJSONObject, getPropertyAsLong, getPropertyAsMiGooProperty, getPropertyAsString, getVariables, removeProperty, setProperties, setProperty, setVariables
-
构造器详细资料
-
AbstractRedisTestElement
public AbstractRedisTestElement()
-
-
方法详细资料
-
listToString
-
execute
-
execute
protected SampleResult execute(redis.clients.jedis.Jedis conn, SampleResult sample) throws UnsupportedOperationException
-