Class AssertionJmxIncludeWrapper
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper<org.apache.jmeter.assertions.Assertion>
-
- org.anasoid.jmc.core.wrapper.jmeter.assertions.AssertionJmxIncludeWrapper
-
- All Implemented Interfaces:
java.io.Serializable,AssertionWrapper<org.apache.jmeter.assertions.Assertion>,TestElementWrapper<org.apache.jmeter.assertions.Assertion>
public class AssertionJmxIncludeWrapper extends AbstractJmxIncludeWrapper<org.apache.jmeter.assertions.Assertion> implements AssertionWrapper<org.apache.jmeter.assertions.Assertion>
Assertion Include Jmx.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssertionJmxIncludeWrapper.AssertionJmxIncludeWrapperBuilder<C extends AssertionJmxIncludeWrapper,B extends AssertionJmxIncludeWrapper.AssertionJmxIncludeWrapperBuilder<C,B>>-
Nested classes/interfaces inherited from class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper
AbstractJmxIncludeWrapper.AbstractJmxIncludeWrapperBuilder<T,C extends AbstractJmxIncludeWrapper<T>,B extends AbstractJmxIncludeWrapper.AbstractJmxIncludeWrapperBuilder<T,C,B>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAssertionJmxIncludeWrapper(AssertionJmxIncludeWrapper.AssertionJmxIncludeWrapperBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssertionJmxIncludeWrapper.AssertionJmxIncludeWrapperBuilder<?,?>builder()AssertionJmxIncludeWrapper.AssertionJmxIncludeWrapperBuilder<?,?>toBuilder()-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper
cleanup, getChilds, getDefaultPath, getParam, getParams, getPath, getTags, getTestClass, getTestClassAsString, init, internalInit, replaceParam, toXml
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.anasoid.jmc.core.wrapper.jmeter.testelement.TestElementWrapper
getChilds, getTags, getTestClass, getTestClassAsString, init
-
-
-
-
Constructor Detail
-
AssertionJmxIncludeWrapper
protected AssertionJmxIncludeWrapper(AssertionJmxIncludeWrapper.AssertionJmxIncludeWrapperBuilder<?,?> b)
-
-
Method Detail
-
builder
public static AssertionJmxIncludeWrapper.AssertionJmxIncludeWrapperBuilder<?,?> builder()
-
toBuilder
public AssertionJmxIncludeWrapper.AssertionJmxIncludeWrapperBuilder<?,?> toBuilder()
-
-