类 AbstractTestEngine
java.lang.Object
core.xyz.migoo.engine.AbstractTestEngine
- 所有已实现的接口:
TestEngine
- 直接已知子类:
LoopEngine,StandardEngine
- 作者:
- xiaomi
-
字段概要
字段修饰符和类型字段说明protected final Vector<TestElement>protected final Testplanprotected final Vector<TestElement>protected final Vector<TestElement> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaddChildrenElements(String key, Vector<TestElement> elements) protected voidclose()voidmergeVariable(MiGooVariables other) 将传入变量合并到当前引擎保存的变量中protected voidpostprocess(Result result) protected voidprotected voidpreprocess(Result result) protected List<SampleResult>process(Vector<TestElement> elements) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 core.xyz.migoo.engine.TestEngine
runTest
-
字段详细资料
-
plan
-
configElements
-
preprocessors
-
postprocessors
-
-
构造器详细资料
-
AbstractTestEngine
-
-
方法详细资料
-
addChildrenElements
-
mergeVariable
从接口复制的说明:TestEngine将传入变量合并到当前引擎保存的变量中- 指定者:
mergeVariable在接口中TestEngine- 参数:
other- 其他变量
-
preprocess
-
postprocess
-
prepare
-
close
protected void close() -
process
-