所有程序包的分层结构
程序包分层结构:- component.xyz.migoo.assertion,
- component.xyz.migoo.assertion.rule,
- component.xyz.migoo.extractor,
- component.xyz.migoo.timer,
- core.xyz.migoo.assertion,
- core.xyz.migoo.engine,
- core.xyz.migoo.extractor,
- core.xyz.migoo.function,
- core.xyz.migoo.processor,
- core.xyz.migoo.report,
- core.xyz.migoo.sampler,
- core.xyz.migoo.testelement,
- core.xyz.migoo.variable,
- function.xyz.migoo,
- itestx.xyz.migoo.element,
- itestx.xyz.migoo.logic,
- protocol.xyz.migoo.http,
- protocol.xyz.migoo.http.config,
- protocol.xyz.migoo.http.processer,
- protocol.xyz.migoo.http.sampler,
- protocol.xyz.migoo.http.util,
- protocol.xyz.migoo.jdbc,
- protocol.xyz.migoo.jdbc.config,
- protocol.xyz.migoo.jdbc.processor,
- protocol.xyz.migoo.jdbc.sampler,
- protocol.xyz.migoo.redis,
- protocol.xyz.migoo.redis.config,
- protocol.xyz.migoo.redis.processor,
- protocol.xyz.migoo.redis.sampler
类分层结构
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- core.xyz.migoo.function.Args
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.AbstractMap<K,
V> (implements java.util.Map<K, V>) - java.util.HashMap<K,
V> (implements java.lang.Cloneable, java.util.Map<K, V>, java.io.Serializable) - java.util.LinkedHashMap<K,
V> (implements java.util.Map<K, V>) - com.alibaba.fastjson2.JSONObject (implements java.lang.reflect.InvocationHandler)
- core.xyz.migoo.testelement.MiGooProperty
- core.xyz.migoo.engine.Testplan
- com.alibaba.fastjson2.JSONObject (implements java.lang.reflect.InvocationHandler)
- java.util.LinkedHashMap<K,
- java.util.HashMap<K,
- core.xyz.migoo.testelement.AbstractTestElement (implements java.io.Serializable, core.xyz.migoo.testelement.TestElement, core.xyz.migoo.variable.VariableStateListener)
- core.xyz.migoo.assertion.AbstractAssertion (implements core.xyz.migoo.assertion.Assertion, java.io.Serializable)
- component.xyz.migoo.assertion.HTTPResponseAssertion
- component.xyz.migoo.assertion.JSONAssertion
- component.xyz.migoo.assertion.ResultAssertion
- core.xyz.migoo.extractor.AbstractExtractor (implements core.xyz.migoo.extractor.Extractor)
- component.xyz.migoo.extractor.JSONExtractor
- component.xyz.migoo.extractor.RegexExtractor
- component.xyz.migoo.extractor.ResultExtractor
- protocol.xyz.migoo.http.AbstractHttpTestElement (implements protocol.xyz.migoo.http.util.HTTPConstantsInterface)
- protocol.xyz.migoo.http.processer.AbstractHttpProcessor (implements core.xyz.migoo.testelement.TestStateListener)
- protocol.xyz.migoo.http.processer.HttpPostProcessor (implements core.xyz.migoo.processor.PostProcessor)
- protocol.xyz.migoo.http.processer.HttpPreProcessor (implements core.xyz.migoo.processor.PreProcessor)
- protocol.xyz.migoo.http.sampler.HttpSampler (implements protocol.xyz.migoo.http.util.HTTPConstantsInterface, core.xyz.migoo.sampler.Sampler, core.xyz.migoo.testelement.TestStateListener)
- protocol.xyz.migoo.http.processer.AbstractHttpProcessor (implements core.xyz.migoo.testelement.TestStateListener)
- protocol.xyz.migoo.jdbc.AbstractJDBCTestElement
- protocol.xyz.migoo.jdbc.processor.AbstractJDBCProcessor
- protocol.xyz.migoo.jdbc.processor.JDBCPostProcessor (implements core.xyz.migoo.processor.PostProcessor)
- protocol.xyz.migoo.jdbc.processor.JDBCPreProcessor (implements core.xyz.migoo.processor.PreProcessor)
- protocol.xyz.migoo.jdbc.sampler.JDBCSampler (implements core.xyz.migoo.sampler.Sampler, core.xyz.migoo.testelement.TestStateListener)
- protocol.xyz.migoo.jdbc.processor.AbstractJDBCProcessor
- protocol.xyz.migoo.redis.AbstractRedisTestElement
- protocol.xyz.migoo.redis.processor.AbstractRedisProcessor
- protocol.xyz.migoo.redis.processor.RedisPostProcessor (implements core.xyz.migoo.processor.PostProcessor)
- protocol.xyz.migoo.redis.processor.RedisPreProcessor (implements core.xyz.migoo.processor.PreProcessor)
- protocol.xyz.migoo.redis.sampler.RedisSampler (implements core.xyz.migoo.sampler.Sampler, core.xyz.migoo.testelement.TestStateListener)
- protocol.xyz.migoo.redis.processor.AbstractRedisProcessor
- protocol.xyz.migoo.jdbc.config.DataSourceElement (implements core.xyz.migoo.testelement.TestStateListener)
- protocol.xyz.migoo.http.config.HttpDefaults (implements protocol.xyz.migoo.http.util.HTTPConstantsInterface, core.xyz.migoo.testelement.TestStateListener)
- protocol.xyz.migoo.redis.config.RedisSourceElement (implements core.xyz.migoo.testelement.TestStateListener)
- component.xyz.migoo.timer.SyncTimer (implements core.xyz.migoo.processor.PostProcessor)
- core.xyz.migoo.assertion.AbstractAssertion (implements core.xyz.migoo.assertion.Assertion, java.io.Serializable)
- core.xyz.migoo.engine.AbstractTestEngine (implements core.xyz.migoo.engine.TestEngine)
- core.xyz.migoo.engine.LoopEngine
- core.xyz.migoo.engine.StandardEngine
- component.xyz.migoo.assertion.rule.BaseRule
- component.xyz.migoo.assertion.rule.Contains (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.DoseNotContains (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.DoseNotEquals (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.Equals (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.EqualsIgnoreCase (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.GreaterThan (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.GreaterThanOrEquals (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.IsEmpty (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.IsNotEmpty (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.LessThan (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.LessThanOrEquals (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.NumberEquals (implements core.xyz.migoo.assertion.Rule)
- component.xyz.migoo.assertion.rule.Regex (implements core.xyz.migoo.assertion.Rule)
- itestx.xyz.migoo.element.Configs
- itestx.xyz.migoo.element.Configs.HttpDefault (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Configs.JDBCDataSource (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Configs.RedisDataSource (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Configs.Builder
- function.xyz.migoo.Digest (implements core.xyz.migoo.function.Function)
- itestx.xyz.migoo.element.Extractors
- itestx.xyz.migoo.element.Extractors.JSONExtractor (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Extractors.RegexExtractor (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Extractors.ResultExtractor (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Extractors.Builder
- core.xyz.migoo.function.FunctionService
- function.xyz.migoo.GoogleAuthCode (implements core.xyz.migoo.function.Function)
- function.xyz.migoo.GoogleAuthCode.GoogleAuthenticator
- function.xyz.migoo.Json (implements core.xyz.migoo.function.Function)
- function.xyz.migoo.JsonRead (implements core.xyz.migoo.function.Function)
- core.xyz.migoo.variable.MiGooVariables (implements java.lang.Cloneable, core.xyz.migoo.variable.VariableStateListener)
- itestx.xyz.migoo.element.Processors
- itestx.xyz.migoo.element.Processors.HttpProcessor (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Processors.JDBCProcessor (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Processors.RedisProcessor (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Processors.Post
- itestx.xyz.migoo.element.Processors.Pre
- function.xyz.migoo.Random (implements core.xyz.migoo.function.Function)
- function.xyz.migoo.RandomString (implements core.xyz.migoo.function.Function)
- xyz.migoo.simplehttp.Request
- protocol.xyz.migoo.http.sampler.HTTPHCImpl (implements protocol.xyz.migoo.http.util.HTTPConstantsInterface)
- core.xyz.migoo.report.Result (implements java.io.Serializable)
- core.xyz.migoo.sampler.SampleResult
- protocol.xyz.migoo.http.sampler.HTTPSampleResult
- core.xyz.migoo.sampler.SampleResult
- itestx.xyz.migoo.element.Samplers
- itestx.xyz.migoo.element.Samplers.HTTPSampler (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Samplers.JDBCSampler (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Samplers.RedisSampler (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Samplers.Builder
- itestx.xyz.migoo.logic.Testcase (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.logic.Testcase.Builder
- core.xyz.migoo.testelement.TestElementService
- core.xyz.migoo.engine.TestEngineService
- itestx.xyz.migoo.logic.TestSets (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.logic.TestSets.Builder
- itestx.xyz.migoo.logic.TestSuite (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.logic.TestSuite.Builder
- itestx.xyz.migoo.element.Timers
- itestx.xyz.migoo.element.Timers.SyncTimer (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Timers.Builder
- function.xyz.migoo.TimeShift (implements core.xyz.migoo.function.Function)
- function.xyz.migoo.Timestamp (implements core.xyz.migoo.function.Function)
- function.xyz.migoo.UrlDecode (implements core.xyz.migoo.function.Function)
- function.xyz.migoo.UrlEncode (implements core.xyz.migoo.function.Function)
- function.xyz.migoo.Uuid (implements core.xyz.migoo.function.Function)
- itestx.xyz.migoo.element.Validators
- itestx.xyz.migoo.element.Validators.HTTPResponseValidator (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Validators.JSONValidator (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Validators.ResultValidator (implements itestx.xyz.migoo.logic.ITestx)
- itestx.xyz.migoo.element.Validators.Builder
- core.xyz.migoo.variable.VariableUtils
- core.xyz.migoo.assertion.VerifyResult
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
接口分层结构
- core.xyz.migoo.assertion.Assertion
- core.xyz.migoo.extractor.Extractor
- core.xyz.migoo.function.Function
- protocol.xyz.migoo.http.util.HTTPConstantsInterface
- itestx.xyz.migoo.logic.ITestx
- core.xyz.migoo.report.Report
- core.xyz.migoo.assertion.Rule
- java.io.Serializable
- core.xyz.migoo.sampler.Sampler
- core.xyz.migoo.testelement.TestElement
- core.xyz.migoo.engine.TestEngine
- core.xyz.migoo.testelement.TestStateListener
- core.xyz.migoo.processor.Processor
- core.xyz.migoo.processor.PostProcessor
- core.xyz.migoo.processor.PreProcessor
- core.xyz.migoo.processor.Processor
- core.xyz.migoo.variable.VariableStateListener
Annotation Interface Hierarchy
- core.xyz.migoo.testelement.Alias (implements java.lang.annotation.Annotation)