org.scalatest.events

NameInfo

object NameInfo extends Serializable

Companion object for case class NameInfo.

Source
NameInfo.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NameInfo
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Deprecated Value Members

  1. def apply(suiteName: String, suiteClassName: Option[String], testName: Option[String]): NameInfo

    This factory method has been deprecated and will be removed in a future version of ScalaTest. Please use the factory method taking five parameters (including the suiteId, added in ScalaTest 2.0) instead.

    This factory method has been deprecated and will be removed in a future version of ScalaTest. Please use the factory method taking five parameters (including the suiteId, added in ScalaTest 2.0) instead.

    Annotations
    @deprecated
    Deprecated

    Use the factory method taking five parameters (including the suiteId, added in ScalaTest 2.0) instead.