NestedTestSelector

final class NestedTestSelector(_suiteId: String, _testName: String) extends Selector with Serializable

Information in addition to a test class name that identifies a test in a nested suite about which an event was fired.

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 suiteId(): String

An id that, in addition to a test class name, identifies a nested suite that contains a test about which an event was fired.

An id that, in addition to a test class name, identifies a nested suite that contains a test about which an event was fired.

Returns:

the id of the nested suite containing the test

def testName(): String

The name of the test in a nested suite about which an event was fired.

The name of the test in a nested suite about which an event was fired.

Returns:

the name of the test in the nested suite identified by the id returned by suiteId.

override def toString(): String
Definition Classes
Any