sbt

TestLogger

class TestLogger extends TestsListener

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TestLogger
  2. TestsListener
  3. TestReportListener
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TestLogger(logging: TestLogging)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def contentLogger(test: TestDefinition): Option[ContentLogger]

    Used by the test framework for logging test results

    Used by the test framework for logging test results

    Definition Classes
    TestLoggerTestReportListener
  9. def count(event: Event): Unit

    Attributes
    protected
  10. def doComplete(finalResult: Value): Unit

    called once, at end.

    called once, at end.

    Definition Classes
    TestLoggerTestsListener
  11. def doInit(): Unit

    called once, at beginning.

    called once, at beginning.

    Definition Classes
    TestLoggerTestsListener
  12. def endGroup(name: String, result: Value): Unit

    called if test completed

    called if test completed

    Definition Classes
    TestLoggerTestReportListener
  13. def endGroup(name: String, t: Throwable): Unit

    called if there was an error during test

    called if there was an error during test

    Definition Classes
    TestLoggerTestReportListener
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. val errorsCount: AtomicInteger

    Attributes
    protected
  17. val failuresCount: AtomicInteger

    Attributes
    protected
  18. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  22. val logging: TestLogging

  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. val passedCount: AtomicInteger

    Attributes
    protected
  27. val skippedCount: AtomicInteger

    Attributes
    protected
  28. def startGroup(name: String): Unit

    called for each class or equivalent grouping

    called for each class or equivalent grouping

    Definition Classes
    TestLoggerTestReportListener
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def testEvent(event: TestEvent): Unit

    called for each test method or equivalent

    called for each test method or equivalent

    Definition Classes
    TestLoggerTestReportListener
  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from TestsListener

Inherited from TestReportListener

Inherited from AnyRef

Inherited from Any