Class XPathAssertionWrapper.XPathAssertionWrapperBuilder<C extends XPathAssertionWrapper,B extends XPathAssertionWrapper.XPathAssertionWrapperBuilder<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.XPathAssertion,org.apache.jmeter.assertions.gui.XPathAssertionGui,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.assertions.XPathAssertionWrapper.XPathAssertionWrapperBuilder<C,B>
-
- All Implemented Interfaces:
JmcWrapperBuilder<C>
- Enclosing class:
- XPathAssertionWrapper
public abstract static class XPathAssertionWrapper.XPathAssertionWrapperBuilder<C extends XPathAssertionWrapper,B extends XPathAssertionWrapper.XPathAssertionWrapperBuilder<C,B>> extends AbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder<org.apache.jmeter.assertions.XPathAssertion,org.apache.jmeter.assertions.gui.XPathAssertionGui,C,B>
-
-
Constructor Summary
Constructors Constructor Description XPathAssertionWrapperBuilder()
-
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()BwithDownloadDtds(boolean downloadDtds)BwithNamespace(boolean namespace)BwithNegate(boolean negate)BwithTidyQuiet(boolean tidyQuiet)BwithTidyReportErrors(boolean tidyReportErrors)BwithTidyShowWarnings(boolean tidyShowWarnings)BwithUseTidy(boolean useTidy)BwithValidate(boolean validate)BwithWhitespace(boolean whitespace)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
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFromin classAbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder<org.apache.jmeter.assertions.XPathAssertion,org.apache.jmeter.assertions.gui.XPathAssertionGui,C extends XPathAssertionWrapper,B extends XPathAssertionWrapper.XPathAssertionWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classAbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder<org.apache.jmeter.assertions.XPathAssertion,org.apache.jmeter.assertions.gui.XPathAssertionGui,C extends XPathAssertionWrapper,B extends XPathAssertionWrapper.XPathAssertionWrapperBuilder<C,B>>
-
build
public abstract C build()
Description copied from interface:JmcWrapperBuilderbuild Wrapper.- Specified by:
buildin interfaceJmcWrapperBuilder<C extends XPathAssertionWrapper>- Specified by:
buildin classAbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder<org.apache.jmeter.assertions.XPathAssertion,org.apache.jmeter.assertions.gui.XPathAssertionGui,C extends XPathAssertionWrapper,B extends XPathAssertionWrapper.XPathAssertionWrapperBuilder<C,B>>
-
withXpath
public B withXpath(java.lang.String xpath)
- Returns:
this.
-
withNegate
public B withNegate(boolean negate)
- Returns:
this.
-
withValidate
public B withValidate(boolean validate)
- Returns:
this.
-
withNamespace
public B withNamespace(boolean namespace)
- Returns:
this.
-
withWhitespace
public B withWhitespace(boolean whitespace)
- Returns:
this.
-
withDownloadDtds
public B withDownloadDtds(boolean downloadDtds)
- Returns:
this.
-
withUseTidy
public B withUseTidy(boolean useTidy)
- Returns:
this.
-
withTidyQuiet
public B withTidyQuiet(boolean tidyQuiet)
- Returns:
this.
-
withTidyReportErrors
public B withTidyReportErrors(boolean tidyReportErrors)
- Returns:
this.
-
withTidyShowWarnings
public B withTidyShowWarnings(boolean tidyShowWarnings)
- Returns:
this.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder<org.apache.jmeter.assertions.XPathAssertion,org.apache.jmeter.assertions.gui.XPathAssertionGui,C extends XPathAssertionWrapper,B extends XPathAssertionWrapper.XPathAssertionWrapperBuilder<C,B>>
-
-