com.itko.util.ParameterList.addTerm(Parameter)
use addParameter() instead
|
com.itko.lisa.coordinator.TestRegistry.authenticateUser(String, String) |
com.itko.lisaint.utils.DoNotUseThisXMLUtils.childEnumerator(Element, String)
please use the Iterator instead, there's an extra collection here...
|
com.itko.lisa.test.Environment.enableServerFeatures()
- use FeatureMatrix.canBeAServer()
|
com.itko.lisa.test.TestExec.exececuteExpression(String) |
com.itko.lisa.test.TestExec.exececuteScript(String) |
com.itko.lisa.test.TestNode.getCheckResults()
use getAssertions instead
|
com.itko.lisaint.TestHarness.getJaxWsMessageContext() |
com.itko.lisa.test.TestExec.getSysProps()
You can use Environment.lisaProps instead
|
com.itko.util.ParameterList.getTerm(String)
use getParameter()
|
com.itko.util.ParameterList.getTermValue(String)
use getParameterValue()
|
com.itko.lisa.stats.StatKeeper.initPerfmon() |
com.itko.lisa.test.TestEvent.isEventFiltered(TestExec, int)
We can't do this deep inside TestExec b/c reporting will be affected
At the Simulator up level (in EventHandler) we apply a filter so that we don't chew
up network communication cycles to deliver events to those who don't care
|
com.itko.lisa.editor.TestNodeInfo.loadLargeIcon() |
com.itko.lisa.editor.TestNodeInfo.loadSmallIcon() |
com.itko.lisa.test.TestExec.parseInState(StringBuffer)
use the StringBuidler variant instead
|
com.itko.lisa.test.TestExec.parseInState(StringBuffer, boolean) |
com.itko.util.ParameterList.removeTerm(String)
use removeParameter()
|
com.itko.lisaint.LisaCollector.setBuildTime(long)
Will be removed in a future release.
|
com.itko.lisaint.TestHarness.setJaxWsMessageContext(Object) |
com.itko.lisa.test.Environment.setupShutdownHook(Runnable)
use #LisaShutdownHooks.add() instead
|
com.itko.lisaint.LisaProp.setVal(Serializable)
create a new LisaProp instead
|
com.itko.lisa.test.TestExec.stopTest()
use use endTest() to get the "kill" logic or "stopSoon()" to get the stop logic
|
com.itko.util.ParameterList.writeEncryptedPropsFile(PrintWriter)
Please use ( OutputStream )
|