TestMethod
open class TestMethod
Represents a test to be run. Can be constructed without instantiating the TestCase or even loading the class.
Summary
Public constructors
Public methods
createTest
open fun createTest(): TestCase!
Deprecated.
equals
open fun equals(other: Any?): Boolean
Deprecated.
| Parameters |
obj |
the reference object with which to compare. |
| Return |
Boolean |
true if this object is the same as the obj argument; false otherwise. |
getAnnotation
open fun <T : Annotation!> getAnnotation(annotationClass: Class<T>!): T
Deprecated.
getEnclosingClass
open fun getEnclosingClass(): Class<out TestCase!>!
Deprecated.
getEnclosingClassname
open fun getEnclosingClassname(): String!
Deprecated.
getName
open fun getName(): String!
Deprecated.
hashCode
open fun hashCode(): Int
Deprecated.
| Return |
Int |
a hash code value for this object. |
toString
open fun toString(): String
Deprecated.
| Return |
String |
a string representation of the object. |