org.scalatest.events

DeprecatedNameInfo

object DeprecatedNameInfo

Singleton object containing an extractor that was in the NameInfo companion object prior to ScalaTest 2.0. If you get a compiler error when upgrading to 2.0 for that extractor, a quick way to fix it is to put Deprecated in front of NameInfo. Eventually you will need to fix it properly, as this singleton object is deprecated and will be removed in a future version of ScalaTest, but this will work as a quick fix to get you compiling again.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DeprecatedNameInfo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Deprecated Value Members

  1. def unapply(ni: NameInfo): Option[(String, String, Option[String], Option[String])]

    This extractor has been deprecated and will be removed in a future version of ScalaTest. Please use the extractor returning five parameters (including the suiteID, added in ScalaTest 2.0) instead.

    This extractor has been deprecated and will be removed in a future version of ScalaTest. Please use the extractor returning five parameters (including the suiteID, added in ScalaTest 2.0) instead.

    Annotations
    @deprecated
    Deprecated

    Use the extractor returning five parameters (including the suiteID, added in ScalaTest 2.0) instead.