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. trait Output extends AnyRef

    This trait represents an output with standard print functions

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

Value Members

  1. object FileLinesContent extends LinesContent[File] with FileReader

    Default implementation for reading lines out of a file

Ungrouped