Class HTMLAssertionWrapper.HTMLAssertionWrapperBuilder<C extends HTMLAssertionWrapper,B extends HTMLAssertionWrapper.HTMLAssertionWrapperBuilder<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<org.apache.jmeter.assertions.HTMLAssertion,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.assertions.HTMLAssertionWrapper.HTMLAssertionWrapperBuilder<C,B>
-
- All Implemented Interfaces:
JmcWrapperBuilder<C>
- Enclosing class:
- HTMLAssertionWrapper
public abstract static class HTMLAssertionWrapper.HTMLAssertionWrapperBuilder<C extends HTMLAssertionWrapper,B extends HTMLAssertionWrapper.HTMLAssertionWrapperBuilder<C,B>> extends AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<org.apache.jmeter.assertions.HTMLAssertion,C,B>
-
-
Constructor Summary
Constructors Constructor Description HTMLAssertionWrapperBuilder()
-
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()BwithDoctype(HTMLAssertionWrapper.Doctype doctype)BwithErrorOnly(boolean errorOnly)BwithErrorThreshold(java.lang.Integer errorThreshold)BwithFilename(java.lang.String filename)BwithFormat(HTMLAssertionWrapper.Format format)BwithWarningThreshold(java.lang.Integer warningThreshold)-
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 classAbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<org.apache.jmeter.assertions.HTMLAssertion,C extends HTMLAssertionWrapper,B extends HTMLAssertionWrapper.HTMLAssertionWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classAbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<org.apache.jmeter.assertions.HTMLAssertion,C extends HTMLAssertionWrapper,B extends HTMLAssertionWrapper.HTMLAssertionWrapperBuilder<C,B>>
-
build
public abstract C build()
Description copied from interface:JmcWrapperBuilderbuild Wrapper.- Specified by:
buildin interfaceJmcWrapperBuilder<C extends HTMLAssertionWrapper>- Specified by:
buildin classAbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<org.apache.jmeter.assertions.HTMLAssertion,C extends HTMLAssertionWrapper,B extends HTMLAssertionWrapper.HTMLAssertionWrapperBuilder<C,B>>
-
withErrorThreshold
public B withErrorThreshold(java.lang.Integer errorThreshold)
- Returns:
this.
-
withWarningThreshold
public B withWarningThreshold(java.lang.Integer warningThreshold)
- Returns:
this.
-
withFormat
public B withFormat(HTMLAssertionWrapper.Format format)
- Returns:
this.
-
withErrorOnly
public B withErrorOnly(boolean errorOnly)
- Returns:
this.
-
withDoctype
public B withDoctype(HTMLAssertionWrapper.Doctype doctype)
- Returns:
this.
-
withFilename
public B withFilename(java.lang.String filename)
- Returns:
this.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<org.apache.jmeter.assertions.HTMLAssertion,C extends HTMLAssertionWrapper,B extends HTMLAssertionWrapper.HTMLAssertionWrapperBuilder<C,B>>
-
-