Class JMESPathAssertionWrapper.JMESPathAssertionWrapperBuilder<C extends JMESPathAssertionWrapper,B extends JMESPathAssertionWrapper.JMESPathAssertionWrapperBuilder<C,B>>
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<T,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<G,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.assertions.AbstractJSONPathAssertionWrapper.AbstractJSONPathAssertionWrapperBuilder<org.apache.jmeter.assertions.jmespath.JMESPathAssertion,org.apache.jmeter.assertions.jmespath.gui.JMESPathAssertionGui,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.assertions.jmespath.JMESPathAssertionWrapper.JMESPathAssertionWrapperBuilder<C,B>
-
- All Implemented Interfaces:
JmcWrapperBuilder<C>
- Enclosing class:
- JMESPathAssertionWrapper
public abstract static class JMESPathAssertionWrapper.JMESPathAssertionWrapperBuilder<C extends JMESPathAssertionWrapper,B extends JMESPathAssertionWrapper.JMESPathAssertionWrapperBuilder<C,B>> extends AbstractJSONPathAssertionWrapper.AbstractJSONPathAssertionWrapperBuilder<org.apache.jmeter.assertions.jmespath.JMESPathAssertion,org.apache.jmeter.assertions.jmespath.gui.JMESPathAssertionGui,C,B>
-
-
Constructor Summary
Constructors Constructor Description JMESPathAssertionWrapperBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected B$fillValuesFrom(C instance)abstract Cbuild()build Wrapper.protected abstract Bself()java.lang.StringtoString()BwithJmesPath(java.lang.String jmesPath)-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.assertions.AbstractJSONPathAssertionWrapper.AbstractJSONPathAssertionWrapperBuilder
withAdditionallyAssertValue, withExpectedValue, withExpectNull, withInvert, withIsRegex
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder
withComment, withEnabled, withName
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder
addTags, withIsInitialized, withTags
-
-
-
-
Method Detail
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFromin classAbstractJSONPathAssertionWrapper.AbstractJSONPathAssertionWrapperBuilder<org.apache.jmeter.assertions.jmespath.JMESPathAssertion,org.apache.jmeter.assertions.jmespath.gui.JMESPathAssertionGui,C extends JMESPathAssertionWrapper,B extends JMESPathAssertionWrapper.JMESPathAssertionWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classAbstractJSONPathAssertionWrapper.AbstractJSONPathAssertionWrapperBuilder<org.apache.jmeter.assertions.jmespath.JMESPathAssertion,org.apache.jmeter.assertions.jmespath.gui.JMESPathAssertionGui,C extends JMESPathAssertionWrapper,B extends JMESPathAssertionWrapper.JMESPathAssertionWrapperBuilder<C,B>>
-
build
public abstract C build()
Description copied from interface:JmcWrapperBuilderbuild Wrapper.- Specified by:
buildin interfaceJmcWrapperBuilder<C extends JMESPathAssertionWrapper>- Specified by:
buildin classAbstractJSONPathAssertionWrapper.AbstractJSONPathAssertionWrapperBuilder<org.apache.jmeter.assertions.jmespath.JMESPathAssertion,org.apache.jmeter.assertions.jmespath.gui.JMESPathAssertionGui,C extends JMESPathAssertionWrapper,B extends JMESPathAssertionWrapper.JMESPathAssertionWrapperBuilder<C,B>>
-
withJmesPath
public B withJmesPath(java.lang.String jmesPath)
- Returns:
this.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractJSONPathAssertionWrapper.AbstractJSONPathAssertionWrapperBuilder<org.apache.jmeter.assertions.jmespath.JMESPathAssertion,org.apache.jmeter.assertions.jmespath.gui.JMESPathAssertionGui,C extends JMESPathAssertionWrapper,B extends JMESPathAssertionWrapper.JMESPathAssertionWrapperBuilder<C,B>>
-
-