public final class TestWildcardSelector extends Selector implements java.io.Serializable
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.
| Constructor and Description |
|---|
TestWildcardSelector(java.lang.String testWildcard)
Constructs a new
TestWildcardSelector with passed testWildcard. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
testWildcard()
A test wildcard string used to select tests.
|
java.lang.String |
toString() |
public TestWildcardSelector(java.lang.String testWildcard)
TestWildcardSelector with passed testWildcard.
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.
testWildcard - a string used to select tests.public java.lang.String testWildcard()
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.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object