Class TestWildcardSelector
java.lang.Object
sbt.testing.Selector
sbt.testing.TestWildcardSelector
- All Implemented Interfaces:
Serializable
Information that identifies zero to many tests directly contained in a test class.
The testWildcard is a simple string, i.e., not a glob or regular expression.
Any test whose name includes the testWildcard string as a substring will be selected.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestWildcardSelector(String testWildcard) Constructs a newTestWildcardSelectorwith passedtestWildcard. -
Method Summary
-
Constructor Details
-
TestWildcardSelector
Constructs a newTestWildcardSelectorwith passedtestWildcard.The
testWildcardis a simple string, i.e., not a glob or regular expression. Any test whose name includes thetestWildcardstring as a substring will be selected.- Parameters:
testWildcard- a string used to select tests.
-
-
Method Details
-
testWildcard
A test wildcard string used to select tests.The
testWildcardis a simple string, i.e., not a glob or regular expression. Any test whose name includes thetestWildcardstring as a substring will be selected.- Returns:
- the test wildcard string used to select tests.
-
equals
-
hashCode
-
toString
-