Class and Description |
---|
com.sun.javatest.interview.DefaultInterviewParameters
Use BasicInterviewParameters
|
com.sun.javatest.util.DirectoryClassLoader
use PathClassLoader
|
com.sun.javatest.report.Report.Settings
Use com.sun.javatest.report.ReportSettings instead
|
Exceptions and Description |
---|
com.sun.interview.Interview.BadHelpFault
No longer used in this API, direct JavaHelp usage was removed.
|
com.sun.interview.Interview.HelpNotFoundFault
No longer used in this API, direct JavaHelp usage was removed.
|
Field and Description |
---|
com.sun.javatest.TestFinder.env
This feature was available in earlier versions of
JT Harness but does not interact well with JT Harness 3.0's GUI features.
Use with discretion, if at all.
|
com.sun.javatest.exec.InterviewEditor.templateMode |
Constructor and Description |
---|
com.sun.javatest.finder.BinaryTestFinder(File)
Use BinaryTestFinder(File testSuiteRoot, File jtdFile) instead
|
com.sun.javatest.finder.BinaryTestFinder(File, File)
Use BinaryTestFinder(File, File, TestEnvironment) with null as
the last argument.
|
com.sun.javatest.ExcludeList.Entry(String, String, int[], String[], String)
use constructor with String[] bugIDs instead
|
com.sun.javatest.Harness(File)
Use Harness() instead
|
com.sun.javatest.report.Report(InterviewParameters, File)
It is expected that you call writeReport() if you use this
constructor.
|
com.sun.javatest.report.Report(InterviewParameters, File, TestFilter)
It is expected that you call writeReport() if you use this
constructor.
|
com.sun.javatest.report.Report.Settings(InterviewParameters) |
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.