{% 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(@NonNull String className, @NonNull String testName)Creates a test identifier. |
|
Public methods |
|
|---|---|
@NonNull boolean |
|
@NonNull String |
Returns the fully qualified class name of the test. |
@NonNull String |
Returns the name of the test. |
@NonNull int |
hashCode() |
@NonNull String |
toString() |
public TestIdentifier(@NonNull String className, @NonNull String testName)
Creates a test identifier.
@NonNull
public String getClassName()
Returns the fully qualified class name of the test.