Class DurationAssertionWrapper.DurationAssertionWrapperBuilder<C extends DurationAssertionWrapper,B extends DurationAssertionWrapper.DurationAssertionWrapperBuilder<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<T,G,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.AbstractScopedAssertionWrapper.AbstractScopedAssertionWrapperBuilder<org.apache.jmeter.assertions.DurationAssertion,org.apache.jmeter.assertions.gui.DurationAssertionGui,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.assertions.DurationAssertionWrapper.DurationAssertionWrapperBuilder<C,B>
-
- All Implemented Interfaces:
JmcWrapperBuilder<C>
- Enclosing class:
- DurationAssertionWrapper
public abstract static class DurationAssertionWrapper.DurationAssertionWrapperBuilder<C extends DurationAssertionWrapper,B extends DurationAssertionWrapper.DurationAssertionWrapperBuilder<C,B>> extends AbstractScopedAssertionWrapper.AbstractScopedAssertionWrapperBuilder<org.apache.jmeter.assertions.DurationAssertion,org.apache.jmeter.assertions.gui.DurationAssertionGui,C,B>
Builder.
-
-
Constructor Summary
Constructors Constructor Description DurationAssertionWrapperBuilder()
-
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()BwithDuration(java.lang.Integer duration)The maximum number of milliseconds each response is allowed before being marked as failed.BwithDuration(java.lang.String duration)The maximum number of milliseconds each response is allowed before being marked as failed.BwithDuration(Variable duration)The maximum number of milliseconds each response is allowed before being marked as failed.-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.AbstractScopedAssertionWrapper.AbstractScopedAssertionWrapperBuilder
withScope
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.AbstractScopedTestElementWrapper.AbstractScopedTestElementWrapperBuilder
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
-
withDuration
public B withDuration(java.lang.String duration)
The maximum number of milliseconds each response is allowed before being marked as failed.
-
withDuration
public B withDuration(java.lang.Integer duration)
The maximum number of milliseconds each response is allowed before being marked as failed.
-
withDuration
public B withDuration(Variable duration)
The maximum number of milliseconds each response is allowed before being marked as failed.
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFromin classAbstractScopedAssertionWrapper.AbstractScopedAssertionWrapperBuilder<org.apache.jmeter.assertions.DurationAssertion,org.apache.jmeter.assertions.gui.DurationAssertionGui,C extends DurationAssertionWrapper,B extends DurationAssertionWrapper.DurationAssertionWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classAbstractScopedAssertionWrapper.AbstractScopedAssertionWrapperBuilder<org.apache.jmeter.assertions.DurationAssertion,org.apache.jmeter.assertions.gui.DurationAssertionGui,C extends DurationAssertionWrapper,B extends DurationAssertionWrapper.DurationAssertionWrapperBuilder<C,B>>
-
build
public abstract C build()
Description copied from interface:JmcWrapperBuilderbuild Wrapper.- Specified by:
buildin interfaceJmcWrapperBuilder<C extends DurationAssertionWrapper>- Specified by:
buildin classAbstractScopedAssertionWrapper.AbstractScopedAssertionWrapperBuilder<org.apache.jmeter.assertions.DurationAssertion,org.apache.jmeter.assertions.gui.DurationAssertionGui,C extends DurationAssertionWrapper,B extends DurationAssertionWrapper.DurationAssertionWrapperBuilder<C,B>>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractScopedAssertionWrapper.AbstractScopedAssertionWrapperBuilder<org.apache.jmeter.assertions.DurationAssertion,org.apache.jmeter.assertions.gui.DurationAssertionGui,C extends DurationAssertionWrapper,B extends DurationAssertionWrapper.DurationAssertionWrapperBuilder<C,B>>
-
-