Package

org.scalatest

path

Permalink

package path

ScalaTest's old path package that contains deprecated aliases for path style traits.

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. path
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class ForceScaladocGeneration extends AnyRef

    Permalink

    Forces Scaladoc to include the org.scalatest.path package.

    Forces Scaladoc to include the org.scalatest.path package.

    Annotations
    @deprecated
    Deprecated

    This class is a workaround for a Scaladoc bug. It will be removed in a future version of ScalaTest.

  2. type FreeSpec = PathAnyFreeSpec

    Permalink

    The name org.scalatest.path.FreeSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.PathAnyFreeSpec, instead.

    The name org.scalatest.path.FreeSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.PathAnyFreeSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.path.FreeSpec class has been moved and renamed. Please use org.scalatest.freespec.PathAnyFreeSpec instead.

  3. type FreeSpecLike = PathAnyFreeSpecLike

    Permalink

    The name org.scalatest.path.FreeSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.PathAnyFreeSpecLike, instead.

    The name org.scalatest.path.FreeSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.PathAnyFreeSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.path.FreeSpecLike trait has been moved and renamed. Please use org.scalatest.freespec.PathAnyFreeSpecLike instead.

  4. type FunSpec = PathAnyFunSpec

    Permalink

    The name org.scalatest.path.FunSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.PathAnyFunSpec, instead.

    The name org.scalatest.path.FunSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.PathAnyFunSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.path.FunSpec class has been moved and renamed. Please use org.scalatest.funspec.PathAnyFunSpec instead.

  5. type FunSpecLike = PathAnyFunSpecLike

    Permalink

    The name org.scalatest.path.FunSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.PathAnyFunSpecLike, instead.

    The name org.scalatest.path.FunSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.PathAnyFunSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.path.FunSpecLike trait has been moved and renamed. Please use org.scalatest.funspec.PathAnyFunSpecLike instead.

Inherited from AnyRef

Inherited from Any

Ungrouped