TestName

case class TestName(name: String, location: SourceLocation, tags: Set[String])

An identifier to a test in a suite.

The implicit conversion from String is used as a mean for IDEs to detect the location of individual tests.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

Inherited from:
Product