Packages

package fluent

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fluent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class EndOfFileWhen [R](parent: ExpectBlock[R], readFrom: FromInputStream = StdOut) extends When[R] with Product with Serializable
  2. class Expect [R] extends Expectable[R]

  3. final class ExpectBlock [R] extends Whenable[R]

  4. trait Expectable [R] extends AnyRef
  5. case class RegexWhen [R](parent: ExpectBlock[R], pattern: Regex, readFrom: FromInputStream = StdOut) extends When[R] with Product with Serializable
  6. case class StringWhen [R](parent: ExpectBlock[R], pattern: String, readFrom: FromInputStream = StdOut) extends When[R] with Product with Serializable
  7. case class TimeoutWhen [R](parent: ExpectBlock[R]) extends When[R] with Product with Serializable
  8. sealed trait When [R] extends Whenable[R]

  9. trait Whenable [R] extends Expectable[R]

Value Members

  1. implicit def fluentToCoreExpect[R](expect: Expect[R]): core.Expect[R]

Inherited from AnyRef

Inherited from Any

Ungrouped