Uses of Interface
org.eclipse.unittest.model.ITestSuiteElement
Packages that use ITestSuiteElement
Package
Description
Application programming interfaces representing test elements as shown in the Unit Test view.
-
Uses of ITestSuiteElement in org.eclipse.unittest.model
Subinterfaces of ITestSuiteElement in org.eclipse.unittest.modelMethods in org.eclipse.unittest.model that return ITestSuiteElementModifier 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 modelMethods in org.eclipse.unittest.model with parameters of type ITestSuiteElementModifier 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
Methods in org.eclipse.unittest.ui with parameters of type ITestSuiteElementModifier and TypeMethodDescriptionITestViewSupport.getOpenTestAction(Shell shell, ITestSuiteElement testSuite) Returns an action to open a specified test suite element