Package sbt.testing
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 newTestSelector
with passedtestName
. -
Method Summary
-
Constructor Details
-
TestSelector
Constructs a newTestSelector
with passedtestName
.- Parameters:
testName
- the name of the test about which an event as fired.
-
-
Method Details