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.
Use the extractor returning five parameters (including the suiteID, added in ScalaTest 2.0) instead.
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 putDeprecated
in front ofNameInfo
. 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.