Uses of Interface
org.eclipse.unittest.model.ITestCaseElement
Packages that use ITestCaseElement
Package
Description
Application programming interfaces representing test elements as shown in the Unit Test view.
-
Uses of ITestCaseElement in org.eclipse.unittest.model
Methods in org.eclipse.unittest.model that return ITestCaseElementModifier and TypeMethodDescriptionITestRunSession.newTestCase
(String testId, String testName, ITestSuiteElement parent, String displayName, String data) Creates a new Test Case and adds it to the model -
Uses of ITestCaseElement in org.eclipse.unittest.ui
Methods in org.eclipse.unittest.ui with parameters of type ITestCaseElementModifier and TypeMethodDescriptionITestViewSupport.getOpenTestAction
(Shell shell, ITestCaseElement testCase) Returns an action to open a specified test elements