Package sbt.testing
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 newNestedSuiteSelector
with givensuiteId
. -
Method Summary
-
Constructor Details
-
NestedSuiteSelector
Constructs a newNestedSuiteSelector
with 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
public int hashCode() -
toString
-