public final class TestSelector extends Selector implements java.io.Serializable
fullyQualifiedName attribute
passed to the event.| Constructor and Description |
|---|
TestSelector(java.lang.String testName)
Constructs a new
TestSelector with passed testName. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
testName()
The name of a test about which an event was fired.
|
java.lang.String |
toString() |
public TestSelector(java.lang.String testName)
TestSelector with passed testName.testName - the name of the test about which an event as fired.public java.lang.String testName()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object