|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.ddmlib.testrunner.TestIdentifier
public class TestIdentifier
Identifies a parsed instrumentation test.
| Constructor Summary | |
|---|---|
TestIdentifier(java.lang.String className,
java.lang.String testName)
Creates a test identifier. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||