Class XPath2AssertionWrapper.XPath2AssertionWrapperBuilder<C extends XPath2AssertionWrapper,B extends XPath2AssertionWrapper.XPath2AssertionWrapperBuilder<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<T,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.AbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder<org.apache.jmeter.assertions.XPath2Assertion,org.apache.jmeter.assertions.gui.XPath2AssertionGui,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.assertions.XPath2AssertionWrapper.XPath2AssertionWrapperBuilder<C,B>
-
- All Implemented Interfaces:
JmcWrapperBuilder<C>
- Enclosing class:
- XPath2AssertionWrapper
public abstract static class XPath2AssertionWrapper.XPath2AssertionWrapperBuilder<C extends XPath2AssertionWrapper,B extends XPath2AssertionWrapper.XPath2AssertionWrapperBuilder<C,B>> extends AbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder<org.apache.jmeter.assertions.XPath2Assertion,org.apache.jmeter.assertions.gui.XPath2AssertionGui,C,B>
Builder.
-
-
Constructor Summary
Constructors Constructor Description XPath2AssertionWrapperBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected B$fillValuesFrom(C instance)BaddNamespace(java.lang.String value)Add namespace .BaddNamespaces(java.util.List<java.lang.String> namespaces)Add namespace .abstract Cbuild()build Wrapper.protected abstract Bself()java.lang.StringtoString()protected BwithNamespaces(java.util.List<java.lang.String> namespaces)BwithNegate(boolean negate)BwithXpath(java.lang.String xpath)-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.AbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder
withScope, withScopeVariable, withScopeVariable
-
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
-
withNamespaces
protected B withNamespaces(java.util.List<java.lang.String> namespaces)
-
addNamespaces
public B addNamespaces(java.util.List<java.lang.String> namespaces)
Add namespace .
-
addNamespace
public B addNamespace(java.lang.String value)
Add namespace .
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFromin classAbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder<org.apache.jmeter.assertions.XPath2Assertion,org.apache.jmeter.assertions.gui.XPath2AssertionGui,C extends XPath2AssertionWrapper,B extends XPath2AssertionWrapper.XPath2AssertionWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classAbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder<org.apache.jmeter.assertions.XPath2Assertion,org.apache.jmeter.assertions.gui.XPath2AssertionGui,C extends XPath2AssertionWrapper,B extends XPath2AssertionWrapper.XPath2AssertionWrapperBuilder<C,B>>
-
build
public abstract C build()
Description copied from interface:JmcWrapperBuilderbuild Wrapper.- Specified by:
buildin interfaceJmcWrapperBuilder<C extends XPath2AssertionWrapper>- Specified by:
buildin classAbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder<org.apache.jmeter.assertions.XPath2Assertion,org.apache.jmeter.assertions.gui.XPath2AssertionGui,C extends XPath2AssertionWrapper,B extends XPath2AssertionWrapper.XPath2AssertionWrapperBuilder<C,B>>
-
withXpath
public B withXpath(java.lang.String xpath)
- Returns:
this.
-
withNegate
public B withNegate(boolean negate)
- Returns:
this.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder<org.apache.jmeter.assertions.XPath2Assertion,org.apache.jmeter.assertions.gui.XPath2AssertionGui,C extends XPath2AssertionWrapper,B extends XPath2AssertionWrapper.XPath2AssertionWrapperBuilder<C,B>>
-
-