NestedSuiteSelector

final class NestedSuiteSelector(_suiteId: String) extends Selector with Serializable

Information in addition to a test class name that identifies 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 about which an event was fired.

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

Returns:

the id of the nested suite

override def toString(): String
Definition Classes
Any