Class/Object

com.fortysevendeg.lambdatest

StdoutLambdaReporter

Related Docs: object StdoutLambdaReporter | package lambdatest

Permalink

case class StdoutLambdaReporter extends LambdaReporter with Product with Serializable

A reporter that sends test results to StdOut.

Linear Supertypes
Serializable, Serializable, Product, Equals, LambdaReporter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StdoutLambdaReporter
  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

    Changes the reporter options.

    Changes the reporter options.

    change

    a function to change the options.

    returns

    the rporter with the options changed.

    Definition Classes
    StdoutLambdaReporterLambdaReporter
  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): StdoutLambdaReporter

    Permalink

    Called when an assertion fails.

    Called when an assertion fails.

    name

    the name of the assertion.

    returns

    a new LambdaReporter.

    Definition Classes
    StdoutLambdaReporterLambdaReporter
  9. val failed: Int

    Permalink

    the number of failed tests.

    the number of failed tests.

    Definition Classes
    StdoutLambdaReporterLambdaReporter
  10. def finalize(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  16. def ok(name: String): StdoutLambdaReporter

    Permalink

    Called when an assertion succeeds.

    Called when an assertion succeeds.

    name

    the name of the assertion.

    returns

    a new LambdaReporter.

    Definition Classes
    StdoutLambdaReporterLambdaReporter
  17. val options: LambdaOptions

    Permalink
  18. def report(depth: Int, s: String): StdoutLambdaReporter

    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
    StdoutLambdaReporterLambdaReporter
  19. def reportFail(depth: Int, s: String): StdoutLambdaReporter

    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
    StdoutLambdaReporterLambdaReporter
  20. def reportOk(depth: Int, s: String): StdoutLambdaReporter

    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
    StdoutLambdaReporterLambdaReporter
  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
    StdoutLambdaReporterLambdaReporter
  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