c

mill.bsp

BspTestReporter

class BspTestReporter extends TestReporter

Context class for BSP, specialized for sending task-start and task-finish notifications for every test being ran.

Annotations
@Scaladoc()
Linear Supertypes
TestReporter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BspTestReporter
  2. TestReporter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BspTestReporter(client: BuildClient, targetId: BuildTargetIdentifier, taskId: TaskId, arguments: Seq[String])

    client

    The client to send notifications to

    targetId

    The targetId of the BSP target for which the test request is being processed

    taskId

    The unique taskId associated with the test task that will trigger this reporter to log testing events.

    arguments

    compilation arguments as part of the BSP context, in case special arguments need to be passed to the compiler before running the test task.

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. var cancelled: Int
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. var failed: Int
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getTestReport: TestReport
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. var ignored: Int
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def logFinish(event: Event): Unit
    Definition Classes
    BspTestReporter → TestReporter
  17. def logStart(event: Event): Unit
    Definition Classes
    BspTestReporter → TestReporter
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. var passed: Int
  22. var skipped: Int
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. var totalTime: Long
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from TestReporter

Inherited from AnyRef

Inherited from Any

Ungrouped