Uses of Interface
org.eclipse.unittest.model.ITestElement
Package
Description
Application programming interfaces representing test elements as shown in the Unit Test view.
-
Uses of ITestElement in org.eclipse.unittest.model
Modifier and TypeInterfaceDescriptioninterface
Represents a test case element.interface
Represents a test run session.interface
Represents a test suite element.Modifier and TypeMethodDescriptionITestRunSession.getTestElement
(String id) Returns a test element by its identifierModifier and TypeMethodDescriptionList<? extends ITestElement>
ITestSuiteElement.getChildren()
Returns all tests (and test suites) contained in the suite.Modifier 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
Modifier 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 viewModifier and TypeMethodDescriptionITestViewSupport.getRerunLaunchConfiguration
(List<ITestElement> testElements) Returns a Rerun launch configuration for the given element