TestIdentifier
Artifact: androidx.test:runner
public class TestIdentifier
Identifies a parsed instrumentation test.
This is a copy of com.android.ddmlib.testrunner.TestIdentifier.
Summary
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() |