public class TestIdentifier
extends java.lang.Object
| Constructor and Description |
|---|
TestIdentifier(java.lang.String className,
java.lang.String testName)
Creates a test identifier.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClassName()
Returns the fully qualified class name of the test.
|
java.lang.String |
getTestName()
Returns the name of the test.
|
int |
hashCode() |
java.lang.String |
toString() |
public TestIdentifier(java.lang.String className,
java.lang.String testName)
className - fully qualified class name of the test. Cannot be null.testName - name of the test. Cannot be null.public java.lang.String getClassName()
public java.lang.String getTestName()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object