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