Package org.eclipse.unittest.model
Interface ITestCaseElement
-
- All Superinterfaces:
ITestElement
public interface ITestCaseElement extends ITestElement
Represents a test case element.This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.unittest.model.ITestElement
ITestElement.FailureTrace, ITestElement.Result
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDynamicTest()
Indicates if the test case is dynamicboolean
isIgnored()
Indicates if the test case was ignored-
Methods inherited from interface org.eclipse.unittest.model.ITestElement
getData, getDisplayName, getDuration, getFailureTrace, getId, getParent, getTestName, getTestRunSession
-
-