Eclipse JDT
Release 3.5

Uses of Interface
org.eclipse.jdt.junit.model.ITestElement

Packages that use ITestElement
org.eclipse.jdt.junit.model Application programming interfaces representing test elements as shown in the JUnit view. 
 

Uses of ITestElement in org.eclipse.jdt.junit.model
 

Subinterfaces of ITestElement in org.eclipse.jdt.junit.model
 interface ITestCaseElement
          Represents a test case element.
 interface ITestElementContainer
          Common protocol for test elements containers.
 interface ITestRunSession
          Represents a test run session.
 interface ITestSuiteElement
          Represents a test suite element.
 

Methods in org.eclipse.jdt.junit.model that return ITestElement
 ITestElement[] ITestElementContainer.getChildren()
          Returns all tests (and test suites) contained in the suite.
 


Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.