Uses of Interface
org.eclipse.unittest.model.ITestElement
Packages that use ITestElement
Package
Description
Application programming interfaces representing test elements as shown in the Unit Test view.
-
Uses of ITestElement in org.eclipse.unittest.model
Subinterfaces of ITestElement in org.eclipse.unittest.modelModifier and TypeInterfaceDescriptioninterface
Represents a test case element.interface
Represents a test run session.interface
Represents a test suite element.Methods in org.eclipse.unittest.model that return ITestElementModifier and TypeMethodDescriptionITestRunSession.getTestElement
(String id) Returns a test element by its identifierMethods in org.eclipse.unittest.model that return types with arguments of type ITestElementModifier and TypeMethodDescriptionList<? extends ITestElement>
ITestSuiteElement.getChildren()
Returns all tests (and test suites) contained in the suite.Methods in org.eclipse.unittest.model with parameters of type ITestElementModifier and TypeMethodDescriptionvoid
ITestRunSession.notifyTestEnded
(ITestElement test, boolean isIgnored) Notifies on an individual test ended.void
ITestRunSession.notifyTestFailed
(ITestElement test, ITestElement.Result status, boolean isAssumptionFailed, ITestElement.FailureTrace failureTrace) Notifies on an individual test failed with a stack trace.void
ITestRunSession.notifyTestStarted
(ITestElement test) Notifies on an individual test started. -
Uses of ITestElement in org.eclipse.unittest.ui
Methods in org.eclipse.unittest.ui with parameters of type ITestElementModifier and TypeMethodDescriptionITestViewSupport.createOpenEditorAction
(Shell shell, ITestElement failure, String traceLine) Returns an action to open a failure trace elementITestViewSupport.createShowStackTraceInConsoleViewActionDelegate
(ITestElement failedTest) Returns an action to copy an existing stack trace/error message into a console viewMethod parameters in org.eclipse.unittest.ui with type arguments of type ITestElementModifier and TypeMethodDescriptionITestViewSupport.getRerunLaunchConfiguration
(List<ITestElement> testElements) Returns a Rerun launch configuration for the given element