Package org.eclipse.jdt.junit.model
Application programming interfaces representing test elements as shown in the JUnit view.
Package Specification
APIs to access the test elements of the JUnit view-
Interface Summary Interface Description ITestCaseElement Represents a test case element.ITestElement Common protocol for test elements.ITestElementContainer Common protocol for test elements containers.ITestRunSession Represents a test run session.ITestSuiteElement Represents a test suite element. -
Class Summary Class Description ITestElement.FailureTrace A failure trace of a test.ITestElement.ProgressState Running states of a test.ITestElement.Result Result states of a test.