Class

work.martins.simon.expect.dsl

ExpectBlock

Related Doc: package dsl

Permalink

class ExpectBlock[R] extends AbstractDefinition[R]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExpectBlock
  2. AbstractDefinition
  3. DSL
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExpectBlock(builder: Expect[R], target: fluent.ExpectBlock[R])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addActions(f: (When[R, _]) ⇒ DSL[R]): DSL[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  5. def addExpectBlock(f: (DSL[R]) ⇒ ExpectBlock[R]): ExpectBlock[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  6. def addWhen[W <: fluent.When[R]](f: (ExpectBlock[R]) ⇒ When[R, W]): When[R, W]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  7. def addWhens(f: (ExpectBlock[R]) ⇒ DSL[R]): ExpectBlock[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  8. def apply(block: ⇒ DSL[R]): ExpectBlock.this.type

    Permalink
    Definition Classes
    AbstractDefinition
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def exit(): DSL[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  14. def expect: ExpectBlock[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  15. def expect(pattern: EndOfFile.type): When[R, EndOfFileWhen[R]]

    Permalink
    Definition Classes
    DSL
  16. def expect(pattern: Timeout.type): When[R, TimeoutWhen[R]]

    Permalink
    Definition Classes
    DSL
  17. def expect(pattern: Regex): When[R, RegexWhen[R]]

    Permalink
    Definition Classes
    DSL
  18. def expect(pattern: String): When[R, StringWhen[R]]

    Permalink
    Definition Classes
    DSL
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def returning(result: (Match) ⇒ R): DSL[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  27. def returning(result: ⇒ R): DSL[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  28. def returningExpect(result: (Match) ⇒ core.Expect[R]): DSL[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  29. def returningExpect(result: ⇒ core.Expect[R]): DSL[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  30. def send(text: (Match) ⇒ String): DSL[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  31. def send(text: String): DSL[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  32. def sendln(text: (Match) ⇒ String): DSL[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  33. def sendln(text: String): DSL[R]

    Permalink
    Definition Classes
    AbstractDefinitionDSL
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toCore: core.ExpectBlock[R]

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def when(pattern: EndOfFile.type): When[R, EndOfFileWhen[R]]

    Permalink
    Definition Classes
    ExpectBlockAbstractDefinitionDSL
  41. def when(pattern: Timeout.type): When[R, TimeoutWhen[R]]

    Permalink
    Definition Classes
    ExpectBlockAbstractDefinitionDSL
  42. def when(pattern: Regex): When[R, RegexWhen[R]]

    Permalink
    Definition Classes
    ExpectBlockAbstractDefinitionDSL
  43. def when(pattern: String): When[R, StringWhen[R]]

    Permalink
    Definition Classes
    ExpectBlockAbstractDefinitionDSL

Inherited from AbstractDefinition[R]

Inherited from DSL[R]

Inherited from AnyRef

Inherited from Any

Ungrouped