Package

work.martins.simon.expect

fluent

Permalink

package fluent

Linear Supertypes
AnyRef, Any
Content Hierarchy
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]) extends When[R] with Product with Serializable

    Permalink
  2. class Expect[R] extends Expectable[R]

    Permalink

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

    Permalink

  4. trait Expectable[R] extends AnyRef

    Permalink
  5. case class RegexWhen[R](parent: ExpectBlock[R], pattern: Regex) extends When[R] with Product with Serializable

    Permalink
  6. case class StringWhen[R](parent: ExpectBlock[R], pattern: String) extends When[R] with Product with Serializable

    Permalink
  7. case class TimeoutWhen[R](parent: ExpectBlock[R]) extends When[R] with Product with Serializable

    Permalink
  8. trait When[R] extends Whenable[R]

    Permalink

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

    Permalink

Value Members

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped