Uses of Interface
org.eclipse.unittest.model.ITestSuiteElement
Package
Description
Application programming interfaces representing test elements as shown in the Unit Test view.
-
Uses of ITestSuiteElement in org.eclipse.unittest.model
Modifier and TypeMethodDescriptionITestElement.getParent()
Returns parent test suite element of this test elementITestRunSession.newTestSuite
(String testId, String testName, Integer testCount, ITestSuiteElement parent, String displayName, String data) Creates a new Test Suite and adds it to the modelModifier and TypeMethodDescriptionITestRunSession.newTestCase
(String testId, String testName, ITestSuiteElement parent, String displayName, String data) Creates a new Test Case and adds it to the modelITestRunSession.newTestSuite
(String testId, String testName, Integer testCount, ITestSuiteElement parent, String displayName, String data) Creates a new Test Suite and adds it to the model -
Uses of ITestSuiteElement in org.eclipse.unittest.ui
Modifier and TypeMethodDescriptionITestViewSupport.getOpenTestAction
(Shell shell, ITestSuiteElement testSuite) Returns an action to open a specified test suite element