Class TestSelector
java.lang.Object
sbt.testing.Selector
sbt.testing.TestSelector
- All Implemented Interfaces:
Serializable
Information in addition to a test class name that identifies a test directly contained in the suite
whose class had the fully qualified name specified as the
fullyQualifiedName attribute
passed to the event.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestSelector(String testName) Constructs a newTestSelectorwith passedtestName. -
Method Summary
-
Constructor Details
-
TestSelector
Constructs a newTestSelectorwith passedtestName.- Parameters:
testName- the name of the test about which an event as fired.
-
-
Method Details
-
testName
The name of a test about which an event was fired.- Returns:
- the name of the test
-
equals
-
hashCode
-
toString
-