Class DubboPostprocessor
java.lang.Object
core.xyz.migoo.testelement.AbstractTestElement
protocol.xyz.migoo.dubbo.AbstractDubboTestElement
protocol.xyz.migoo.dubbo.processor.AbstractDubboProcessor
protocol.xyz.migoo.dubbo.processor.DubboPostprocessor
- All Implemented Interfaces:
PostProcessor,Processor,TestElement,TestStateListener,Serializable,DubboConstantsInterface
- 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.processor.AbstractDubboProcessor
process, testEndedMethods 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
testEnded, testStarted
-
Constructor Details
-
DubboPostprocessor
public DubboPostprocessor()
-