TestSelector

final
class TestSelector(_testName: String) extends Selector with Serializable

Information in addition to a test class name that identifies a test directly contained in the suite whose class had the fully qualified name specified as the fullyQualifiedName attribute passed to the event.

trait Serializable
class Selector
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def equals(that: Any): Boolean
Definition Classes
Any
override
def hashCode(): Int
Definition Classes
Any
def testName(): String

The name of a test about which an event was fired.

The name of a test about which an event was fired.

Returns

the name of the test

override
def toString(): String
Definition Classes
Any