| Summary: | [JUnit] ITestSuiteElement.getSuiteTypeName() returns name of suite, rather than type name | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Evan Hughes <evan_hughes> |
| Component: | UI | Assignee: | Markus Keller <markus.kell.r> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | daniel_megert, markus.kell.r, Olivier_Thomann |
| Version: | 3.6 | Keywords: | Documentation |
| Target Milestone: | 3.7 RC2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Evan Hughes
Move to JDT/UI You're right, this API has a bit a misleading name. It often returns the suite class name, but this is is not the case when a custom name has been set. I've adjusted the Javadoc in HEAD. Note that the class name is e.g. not available when the test has been loaded from an XML file. Verified that the change is in I20110518-0800. |