|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbt.testing.Selector
sbt.testing.TestWildcardSelector
public final class TestWildcardSelector
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.
Constructor Summary | |
---|---|
TestWildcardSelector(java.lang.String testWildcard)
Constructs a new TestWildcardSelector with passed testWildcard . |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
testWildcard()
A test wildcard string used to select tests. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |