类 DubboDefaults
java.lang.Object
core.xyz.migoo.testelement.AbstractTestElement
protocol.xyz.migoo.dubbo.AbstractDubboTestElement
protocol.xyz.migoo.dubbo.config.DubboDefaults
- 所有已实现的接口:
TestElement,TestStateListener,VariableStateListener,Serializable,DubboConstantsInterface
public class DubboDefaults
extends AbstractDubboTestElement
implements TestStateListener, DubboConstantsInterface
- 作者:
- mi.xiao
- 另请参阅:
-
字段概要
从类继承的字段 protocol.xyz.migoo.dubbo.AbstractDubboTestElement
name, reference从类继承的字段 core.xyz.migoo.testelement.AbstractTestElement
CHILD, CHILDS, CONFIG, CONFIG_ELEMENTS, EXTRACTORS, POSTPROCESSORS, PREPROCESSORS, SLEEP, TEST_CLASS, TEST_ELEMENTS, TITLE, VALIDATORS, VARIABLES从接口继承的字段 protocol.xyz.migoo.dubbo.util.DubboConstantsInterface
ADDRESS, APP_NAME, ARGS_PARAMETER_TYPES, ARGS_PARAMETERS, ASYNC, ATTACHMENT_ARGS, DUBBO_DEFAULT, DUBBO_REFERENCE, GROUP, INTERFACE, LOAD_BALANCE, METHOD, NAMESPACE, PASSWORD, PROTOCOL, REFERENCE_CONFIG, REGISTRY_CENTER, RETRIES, TIMEOUT, USERNAME, VERSION -
构造器概要
构造器 -
方法概要
从类继承的方法 protocol.xyz.migoo.dubbo.AbstractDubboTestElement
buildReferenceConfig, execute从类继承的方法 core.xyz.migoo.testelement.AbstractTestElement
convertVariable, get, get, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsJSONArray, getPropertyAsJSONObject, getPropertyAsLong, getPropertyAsMiGooProperty, getPropertyAsString, getVariables, removeProperty, setProperties, setProperty, setVariables
-
构造器详细资料
-
DubboDefaults
public DubboDefaults()
-
-
方法详细资料
-
testStarted
public void testStarted()- 指定者:
testStarted在接口中TestStateListener- 覆盖:
testStarted在类中AbstractDubboTestElement
-
testEnded
public void testEnded()- 指定者:
testEnded在接口中TestStateListener
-