TestWildcardSelector

final
class TestWildcardSelector(_testWildcard: String) extends Selector with 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.

trait Serializable
class Selector
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def equals(that: Any): Boolean
Definition Classes
Any
override
def hashCode(): Int
Definition Classes
Any
def testWildcard(): String

A test wildcard string used to select tests.

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 the testWildcard string as a substring will be selected.

Returns

the test wildcard string used to select tests.

override
def toString(): String
Definition Classes
Any