Package org.apache.jmeter.visualizers
Class RenderAsHTMLFormatted
-
- All Implemented Interfaces:
-
org.apache.jmeter.visualizers.ResultRenderer
@AutoService(value = ResultRenderer.class) public class RenderAsHTMLFormatted extends SamplerResultTab implements ResultRenderer
-
-
Field Summary
Fields Modifier and Type Field Description public final static Color
SERVER_ERROR_COLOR
public final static Color
CLIENT_ERROR_COLOR
public final static Color
REDIRECT_COLOR
-
Constructor Summary
Constructors Constructor Description RenderAsHTMLFormatted()
-
Method Summary
Modifier and Type Method Description void
renderResult(SampleResult sampleResult)
String
toString()
-
Methods inherited from class org.apache.jmeter.visualizers.SamplerResultTab
clearData, init, renderImage, setBackgroundColor, setLastSelectedTab, setRightSide, setSamplerResult, setupTabPane
-
Methods inherited from class org.apache.jmeter.visualizers.ResultRenderer
setRightSide, setSamplerResult
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
renderResult
void renderResult(SampleResult sampleResult)
-
-
-
-