Package sbt.testing
Class NestedSuiteSelector
- java.lang.Object
-
- sbt.testing.Selector
-
- sbt.testing.NestedSuiteSelector
-
- All Implemented Interfaces:
java.io.Serializable
public final class NestedSuiteSelector extends Selector implements java.io.Serializable
Information in addition to a test class name that identifies a nested suite about which an event was fired.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NestedSuiteSelector(java.lang.String suiteId)Constructs a newNestedSuiteSelectorwith givensuiteId.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringsuiteId()An id that, in addition to a test class name, identifies a nested suite about which an event was fired.java.lang.StringtoString()
-
-
-
Method Detail
-
suiteId
public java.lang.String suiteId()
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
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-