Class/Object

com.fortysevendeg.lambdatest

HoldLambdaReporter

Related Docs: object HoldLambdaReporter | package lambdatest

Permalink

case class HoldLambdaReporter extends LambdaReporter with Product with Serializable

A reporter that holds all messages to reported until the flush method is called.

Linear Supertypes
Serializable, Serializable, Product, Equals, LambdaReporter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HoldLambdaReporter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LambdaReporter
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def changeOptions(change: (LambdaOptions) ⇒ LambdaOptions): LambdaReporter

    Permalink

    Change the options in the reporter.

    Change the options in the reporter.

    change

    a function to change the options

    returns

    reporter with the changed options.

    Definition Classes
    HoldLambdaReporterLambdaReporter
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  8. def fail(name: String): HoldLambdaReporter

    Permalink

    Called when an assertion fails.

    Called when an assertion fails.

    name

    the name of the assertion.

    returns

    a new LambdaReporter.

    Definition Classes
    HoldLambdaReporterLambdaReporter
  9. val failed: Int

    Permalink

    the number of failed tests.

    the number of failed tests.

    Definition Classes
    HoldLambdaReporterLambdaReporter
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def flush(reporter: LambdaReporter): LambdaReporter

    Permalink

    Moves held messages to another reporter.

    Moves held messages to another reporter.

    reporter

    the reporter to move the messages to.

    returns

    reporter after all messages have been added to it.

  12. final def getClass(): Class[_]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. def ok(name: String): HoldLambdaReporter

    Permalink

    Called when an assertion succeeds.

    Called when an assertion succeeds.

    name

    the name of the assertion.

    returns

    a new LambdaReporter.

    Definition Classes
    HoldLambdaReporterLambdaReporter
  18. def report(depth: Int, s: String): HoldLambdaReporter

    Permalink

    Reports simple output lines (such as for labels).

    Reports simple output lines (such as for labels).

    depth

    the indentation level.

    s

    the string to be reported.

    returns

    a new LambdaReporter.

    Definition Classes
    HoldLambdaReporterLambdaReporter
  19. def reportFail(depth: Int, s: String): HoldLambdaReporter

    Permalink

    Reports the result of a failing test.

    Reports the result of a failing test.

    depth

    the indentation level.

    s

    the string to be reported.

    returns

    a new LambdaReporter.

    Definition Classes
    HoldLambdaReporterLambdaReporter
  20. def reportOk(depth: Int, s: String): HoldLambdaReporter

    Permalink

    Reports the result of a successful test.

    Reports the result of a successful test.

    depth

    the indentation level.

    s

    the string to be reported.

    returns

    a new LambdaReporter.

    Definition Classes
    HoldLambdaReporterLambdaReporter
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. val tests: Int

    Permalink

    the number of tests.

    the number of tests.

    Definition Classes
    HoldLambdaReporterLambdaReporter
  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LambdaReporter

Inherited from AnyRef

Inherited from Any

Ungrouped