Uses of Interface
org.eclipse.unittest.model.ITestSuiteElement
-
Packages that use ITestSuiteElement Package Description org.eclipse.unittest.model Application programming interfaces representing test elements as shown in the Unit Test view.org.eclipse.unittest.ui -
-
Uses of ITestSuiteElement in org.eclipse.unittest.model
Subinterfaces of ITestSuiteElement in org.eclipse.unittest.model Modifier and Type Interface Description interfaceITestRunSessionRepresents a test run session.Methods in org.eclipse.unittest.model that return ITestSuiteElement Modifier and Type Method Description ITestSuiteElementITestElement. getParent()Returns parent test suite element of this test elementITestSuiteElementITestRunSession. 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 ITestSuiteElement Modifier and Type Method Description ITestCaseElementITestRunSession. newTestCase(String testId, String testName, ITestSuiteElement parent, String displayName, String data)Creates a new Test Case and adds it to the modelITestSuiteElementITestRunSession. 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 ITestSuiteElement Modifier and Type Method Description IActionITestViewSupport. getOpenTestAction(Shell shell, ITestSuiteElement testSuite)Returns an action to open a specified test suite element
-