Package sbt.testing
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 newTestWildcardSelector
with passedtestWildcard
. -
Method Summary
-
Constructor Details
-
TestWildcardSelector
Constructs a newTestWildcardSelector
with passedtestWildcard
.The
testWildcard
is a simple string, i.e., not a glob or regular expression. Any test whose name includes thetestWildcard
string 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
testWildcard
is a simple string, i.e., not a glob or regular expression. Any test whose name includes thetestWildcard
string as a substring will be selected.- Returns:
- the test wildcard string used to select tests.
-
equals
-
hashCode
public int hashCode() -
toString
-