| Class and Description |
|---|
| org.apache.jmeter.testelement.WorkBench
since 4.0
|
| org.apache.jmeter.control.gui.WorkBenchGui
since 4.0 Non Test Elements are now children of Test Plan
|
| Field and Description |
|---|
| org.apache.jmeter.util.JSR223BeanInfoSupport.LANGUAGE_NAMES |
| Method and Description |
|---|
| org.apache.jmeter.samplers.SampleResult.getBodySize()
replaced by getBodySizeAsLong()
|
| org.apache.jmeter.samplers.SampleResult.getBytes()
use getBytesAsLong
|
| org.apache.jmeter.util.JMeterUtils.getResString(String, String)
Only intended for use in development; use
getResString(String) normally
|
| org.apache.jmeter.util.JMeterUtils.initLogging()
does not do anything anymore
|
| org.apache.jmeter.samplers.SampleResult.isMonitor()
since 3.2 always return false
|
| org.apache.jmeter.threads.JMeterContext.isRestartNextLoop() |
| org.apache.jmeter.samplers.SampleResult.setBodySize(int)
use setBodySize(long)
|
| org.apache.jmeter.samplers.SampleResult.setBytes(int)
use setBytes(long)
|
| org.apache.jmeter.samplers.SampleResult.setMonitor(boolean)
since 3.2 NOOP
|
| org.apache.jmeter.samplers.SampleResult.setResponseData(String)
- only intended for use from BeanShell code
|
| org.apache.jmeter.threads.JMeterContext.setRestartNextLoop(boolean) |
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.