org.specs2

io

package io

Visibility
  1. Public
  2. All

Type Members

  1. class Location extends AnyRef

    Location of a Fragment in a file

  2. trait MockFileSystem extends FileSystem

    The MockFileSystem trait mocks the FileSystem by storing a Map[path, content] representing the content of the FileSystem

  3. case class Path(s: String) extends Product with Serializable