Class AbstractDubboProcessor
java.lang.Object
core.xyz.migoo.testelement.AbstractTestElement
protocol.xyz.migoo.dubbo.AbstractDubboTestElement
protocol.xyz.migoo.dubbo.processor.AbstractDubboProcessor
- All Implemented Interfaces:
TestElement,TestStateListener,Serializable,DubboConstantsInterface
- Direct Known Subclasses:
DubboPostprocessor,DubboPreprocessor
public abstract class AbstractDubboProcessor
extends AbstractDubboTestElement
implements TestStateListener
- Author:
- mi.xiao
- See Also:
-
Field Summary
Fields inherited from class protocol.xyz.migoo.dubbo.AbstractDubboTestElement
name, referenceFields 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
Methods inherited from class protocol.xyz.migoo.dubbo.AbstractDubboTestElement
buildReferenceConfig, execute, testStartedMethods 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, setVariablesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface core.xyz.migoo.testelement.TestStateListener
testStarted
-
Constructor Details
-
AbstractDubboProcessor
public AbstractDubboProcessor()
-
-
Method Details
-
process
-
testEnded
public void testEnded()- Specified by:
testEndedin interfaceTestStateListener
-