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