Package sbt.testing
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 newNestedSuiteSelector
with givensuiteId
andtestName
. -
Method Summary
-
Constructor Details
-
NestedTestSelector
Constructs a newNestedSuiteSelector
with givensuiteId
andtestName
.- Parameters:
suiteId
- the id of the nested suite containing the testtestName
- the name of the test
-
-
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
public int hashCode() -
toString
-