public final class NestedSuiteSelector extends Selector implements java.io.Serializable
Constructor and Description |
---|
NestedSuiteSelector(java.lang.String suiteId)
Constructs a new
NestedSuiteSelector with given suiteId . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
suiteId()
An id that, in addition to a test class name, identifies a nested suite about which an
event was fired.
|
java.lang.String |
toString() |
public NestedSuiteSelector(java.lang.String suiteId)
NestedSuiteSelector
with given suiteId
.suiteId
- the id of the nested suitepublic java.lang.String suiteId()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object