Class NestedSuiteSelector
java.lang.Object
sbt.testing.Selector
sbt.testing.NestedSuiteSelector
- All Implemented Interfaces:
Serializable
Information in addition to a test class name that identifies a nested suite about which an
event was fired.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNestedSuiteSelector(String suiteId) Constructs a newNestedSuiteSelectorwith givensuiteId. -
Method Summary
-
Constructor Details
-
NestedSuiteSelector
Constructs a newNestedSuiteSelectorwith givensuiteId.- Parameters:
suiteId- the id of the nested suite
-
-
Method Details
-
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
-
hashCode
-
toString
-