Package protocol.xyz.migoo.dubbo
Class AbstractDubboTestElement
java.lang.Object
core.xyz.migoo.testelement.AbstractTestElement
protocol.xyz.migoo.dubbo.AbstractDubboTestElement
- All Implemented Interfaces:
TestElement,Serializable,DubboConstantsInterface
- Direct Known Subclasses:
AbstractDubboProcessor,DubboSampler
public abstract class AbstractDubboTestElement
extends AbstractTestElement
implements DubboConstantsInterface
- Author:
- mi.xiao
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected org.apache.dubbo.config.ReferenceConfig<org.apache.dubbo.rpc.service.GenericService> Fields inherited from class core.xyz.migoo.testelement.AbstractTestElement
CHILDREN, CONFIG, CONFIG_ELEMENTS, EXTRACTORS, ID, POSTPROCESSORS, PREPROCESSORS, SLEEP, TEST_CLASS, TITLE, VALIDATORS, VARIABLESFields inherited from interface protocol.xyz.migoo.dubbo.util.DubboConstantsInterface
ADDRESS, APP_NAME, ARGS_PARAMETER_TYPES, ARGS_PARAMETERS, ASYNC, ATTACHMENT_ARGS, DUBBO_DEFAULT, GROUP, INTERFACE, LOAD_BALANCE, METHOD, NAMESPACE, PASSWORD, PROTOCOL, REFERENCE, REFERENCE_OBJECT, REGISTRY, RETRIES, TIMEOUT, USERNAME, VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.dubbo.config.ReferenceConfig<org.apache.dubbo.rpc.service.GenericService> protected SampleResultexecute(DubboSampleResult result) voidMethods inherited from class core.xyz.migoo.testelement.AbstractTestElement
convertVariable, get, get, getProperty, getPropertyAsBoolean, getPropertyAsByteArray, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsJSONArray, getPropertyAsJSONObject, getPropertyAsLong, getPropertyAsMiGooProperty, getPropertyAsString, getVariables, removeProperty, setProperties, setProperty, setVariables
-
Field Details
-
name
-
reference
protected org.apache.dubbo.config.ReferenceConfig<org.apache.dubbo.rpc.service.GenericService> reference
-
-
Constructor Details
-
AbstractDubboTestElement
public AbstractDubboTestElement()
-
-
Method Details
-
testStarted
public void testStarted() -
execute
-
buildReferenceConfig
protected org.apache.dubbo.config.ReferenceConfig<org.apache.dubbo.rpc.service.GenericService> buildReferenceConfig()
-