Packages

package expect

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait FromInputStream extends AnyRef
  2. case class Settings (timeout: FiniteDuration = 1.second, charset: Charset = StandardCharsets.UTF_8) extends Product with Serializable

    This class holds all the settings that parameterize expect.

    This class holds all the settings that parameterize expect.

    If you would like to create an instance of settings from a com.typesafe.config.Config invoke Settings.fromConfig. The expect class facilitates this by receiving the com.typesafe.config.Config directly in an auxiliary constructor.

    timeout

    How much time to wait when performing a read.

    charset

    The charset used for encoding and decoding the read text and the to be printed text.

Ungrouped