|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface STest
Represents a single test in a project, provides information about responsibility.
STestRun| Method Summary | |
|---|---|
CurrentMuteInfo |
getCurrentMuteInfo()
Returns current test mute info. |
TestName |
getName()
Returns associated (low-level) TestName object |
java.lang.String |
getProjectId()
Returns related project id |
ResponsibilityEntry |
getResponsibility()
Returns responsibility information for the test |
long |
getTestId()
Deprecated. use getTestNameId() instead. |
long |
getTestNameId()
Returns identifier of the test name. |
boolean |
isMuted()
Determines whether this test is currently muted (in project or in build type). |
| Method Detail |
|---|
@NotNull TestName getName()
long getTestNameId()
@Deprecated long getTestId()
getTestNameId() instead.
@NotNull java.lang.String getProjectId()
@Nullable ResponsibilityEntry getResponsibility()
boolean isMuted()
The returned information is up-do-date on the moment of call only and can change at any moment.
Can be significantly faster than getCurrentMuteInfo() != null check.
@Nullable CurrentMuteInfo getCurrentMuteInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||