TestIdentifier


class TestIdentifier


Identifies a parsed instrumentation test.

This is a copy of com.android.ddmlib.testrunner.TestIdentifier.

Summary

Public constructors

TestIdentifier(className: String!, testName: String!)

Creates a test identifier.

Public functions

Boolean
equals(obj: Any!)
Int
String!

Public properties

String!
String!

Public constructors

TestIdentifier

TestIdentifier(className: String!, testName: String!)

Creates a test identifier.

Parameters
className: String!

fully qualified class name of the test. Cannot be null.

testName: String!

name of the test. Cannot be null.

Public functions

equals

fun equals(obj: Any!): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String!

Public properties

className

val classNameString!

testName

val testNameString!