Package

work.martins.simon.expect

fluent

Permalink

package fluent

Linear Supertypes
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 Runnable[R] with Expectable[R]

    Permalink
  3. class ExpectBlock[R] extends Runnable[R] with Expectable[R] with 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. trait Runnable[R] extends AnyRef

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

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

    Permalink
  9. trait When[R] extends Runnable[R] with Expectable[R] with Whenable[R]

    Permalink
  10. trait Whenable[R] extends AnyRef

    Permalink

Value Members

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped