com.greencatsoft.greenlight.build

ConsoleReporter

Related Doc: package build

class ConsoleReporter extends TestStatisticsCollector

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConsoleReporter
  2. TestStatisticsCollector
  3. StatefulTestReporter
  4. TestReporter
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConsoleReporter(task: TaskDef, eventHandler: EventHandler, loggers: Array[Logger])

Type Members

  1. case class CaseStats(passed: Int = 0, failures: Seq[TestFailureException] = Seq.empty, time: Long = System.currentTimeMillis) extends Product with Serializable

    Definition Classes
    TestStatisticsCollector
  2. case class SuiteStats(passed: Int = 0, failed: Int = 0, errors: Int = 0, ignored: Int = 0, time: Long = System.currentTimeMillis) extends Product with Serializable

    Definition Classes
    TestStatisticsCollector
  3. case class TestResult(status: Status, duration: Long, throwable: OptionalThrowable = None) extends Event with Product with Serializable

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def begin(description: CaseDefinition[_]): Boolean

  6. def begin(suite: TestSuite): Boolean

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def currentCase: Option[CaseDefinition[_]]

    Definition Classes
    StatefulTestReporter
  9. def currentSuite: Option[TestSuite]

    Definition Classes
    StatefulTestReporter
  10. def end(suite: TestSuite, stats: SuiteStats): Unit

  11. def end(description: CaseDefinition[_], stats: CaseStats): Unit

  12. def end(suite: TestSuite): Unit

  13. def end(description: CaseDefinition[_]): Unit

  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def error(t: Throwable): Unit

    Definition Classes
    StatefulTestReporterTestReporter
  17. val eventHandler: EventHandler

  18. def failed(assertation: Assertation[_, _, _], e: TestFailureException): Unit

    Definition Classes
    TestStatisticsCollectorTestReporter
  19. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  23. def lastError: Option[Throwable]

    Definition Classes
    StatefulTestReporter
  24. def lastSubject: Option[Subject[_]]

    Definition Classes
    StatefulTestReporter
  25. val loggers: Array[Logger]

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

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

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

    Definition Classes
    AnyRef
  29. def passed(assertation: Assertation[_, _, _]): Unit

    Definition Classes
    TestStatisticsCollectorTestReporter
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. val task: TaskDef

  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TestStatisticsCollector

Inherited from StatefulTestReporter

Inherited from TestReporter

Inherited from AnyRef

Inherited from Any

Ungrouped