com.sun.javatest.TestDescription.getClassDir()
use getParameter("classDir") instead
|
com.sun.javatest.util.MainFrame.getContext()
replaced by acquireFrame.
|
com.sun.javatest.InterviewParameters.getExcludeTableFilter()
Use getExcludeListFilter().
|
com.sun.javatest.InterviewParameters.getExcludeTableFirstQuestion()
Use getExcludeListFirstQuestion().
|
com.sun.javatest.InterviewParameters.getExcludeTableSuccessorQuestion()
Use getExcludeListFirstQuestion().
|
com.sun.javatest.TestDescription.getExecuteArgs()
use getParameter("executeArgs") instead
|
com.sun.javatest.TestDescription.getExecuteClass()
use getParameter("executeClass") instead
|
com.sun.javatest.tool.CommandContext.getInterviewParameters()
Use getConfig().
|
com.sun.javatest.util.ReadAheadIterator.getOutputQueueSize()
Will not be supported in the future.
|
com.sun.javatest.TestDescription.getRoot()
No longer relevant for some test suites, so will not be supported
in the future. If needed the value can be determined by asking the test
suite's TestFinder .
|
com.sun.javatest.TestDescription.getRootRelativeDir()
Use getRootRelativeFile().getParent()
|
com.sun.javatest.tool.ToolManager.getTaskMenuActions()
There is no tasks menu anymore.
|
com.sun.javatest.TestDescription.getTimeout()
use getParameter("timeout") instead
|
com.sun.javatest.util.ReadAheadIterator.getUsedElementCount()
Will not be supported in the future.
|
com.sun.javatest.tool.ToolManager.getWindowOpenMenuActions() |
com.sun.javatest.TestResultTable.getWorkDir()
Use getWorkDirectory
|
com.sun.javatest.finder.BinaryTestFinder.init(File, File)
Use init(File, File TestEnvironment) with null args as needed.
|
com.sun.javatest.lib.MultiTest.init(String[])
Use decodeArg(String) and init() instead.
|
com.sun.javatest.TestFinder.init(String[], File, File[], TestFilter[], TestEnvironment)
Use one of the other init() methods. This functionality is no
longer supported. Methods on TestResultTable should yield similar
results.
|
com.sun.interview.Interview.isChecksumValid(Map, boolean)
As of version 4.4.1, checksums are no longer
calculated or checked. True is always returned.
|
com.sun.javatest.util.ReadAheadIterator.isSourceExhausted()
Use hasNext().
|
com.sun.interview.IntQuestion.isValid()
see #isValueValid
|
com.sun.interview.FloatQuestion.isValid()
see #isValueValid
|
com.sun.javatest.Status.notApplicable(String) |
com.sun.javatest.TestFinderQueue.repeat(TestDescription[])
retained for historical purposes
|
com.sun.javatest.util.MainFrame.restoreContext(Container)
replaced by releaseFrame.
|
com.sun.javatest.util.MainFrame.setContext(Container)
replaced by @link(#setFrame)
|
com.sun.interview.ChoiceQuestion.setI18NChoices(String[])
Use the other setChoices() methods, which support i18n as
an option.
|
com.sun.javatest.tool.CommandContext.setInterviewParameters(InterviewParameters)
Use setConfig().
|
com.sun.javatest.exec.ContextManager.setWorkDir(WorkDirectory)
use #setWorkDirectory(WorkDirectory) instead
|
com.sun.javatest.exec.ExecToolManager.showTestSuite(TestSuite) |
com.sun.javatest.exec.ExecToolManager.showWorkDirectory(WorkDirectory) |
com.sun.javatest.report.Report.writeReport()
Use writeReport(Settings, File)
It is expected that you use a deprecated constructor
if you use this method.
|