{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public class TestIdentifier
Identifies a parsed instrumentation test.
This is a copy of com.android.ddmlib.testrunner.TestIdentifier.
Public constructors |
|
|---|---|
TestIdentifier(String className, String testName)Creates a test identifier. |
|
Public methods |
|
|---|---|
boolean |
|
String |
Returns the fully qualified class name of the test. |
String |
Returns the name of the test. |
int |
hashCode() |
String |
toString() |