org.specs2.runner

TestInterfaceRunner

class TestInterfaceRunner extends Runner with HandlerEvents with TestLoggers with Exporters

Runner for TestInterface. It creates a Specification class with the given classLoader the classes which can be executed by the specs2 library.

Then it uses a NotifierRunner to notify the EventHandler of the test events.

Linear Supertypes
Exporters, TestLoggers, HandlerEvents, Runner, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TestInterfaceRunner
  2. Exporters
  3. TestLoggers
  4. HandlerEvents
  5. Runner
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TestInterfaceRunner(loader: ClassLoader, loggers: Array[Logger])

Type Members

  1. type EE = (ExecutingSpecification) ⇒ ExecutedSpecification

    Definition Classes
    Exporters
  2. class NamedEvent extends Event

    Definition Classes
    HandlerEvents

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def customExporter(arguments: Arguments): Option[Exporting]

    Definition Classes
    Exporters
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def error(name: String, e: Throwable): NamedEvent

    Definition Classes
    HandlerEvents
  12. def exportConsole(accept: (String) ⇒ Boolean)(implicit arguments: Arguments): Option[Exporting]

    Definition Classes
    Exporters
  13. def exportCustom(accept: (String) ⇒ Boolean)(implicit arguments: Arguments): Option[Exporting]

    Definition Classes
    Exporters
  14. def exportHtml(accept: (String) ⇒ Boolean)(implicit arguments: Arguments): Option[Exporting]

    Definition Classes
    Exporters
  15. def exportJUnitxml(accept: (String) ⇒ Boolean)(implicit arguments: Arguments): Option[Exporting]

    Definition Classes
    Exporters
  16. def exportMarkup(accept: (String) ⇒ Boolean)(implicit arguments: Arguments): Option[Exporting]

    Definition Classes
    Exporters
  17. def exportNotifier(accept: (String) ⇒ Boolean)(implicit arguments: Arguments): Option[Exporting]

    Definition Classes
    Exporters
  18. def exportToOthers(exporters: Seq[Exporting])(implicit arguments: Arguments): (ExecutingSpecification) ⇒ ExecutedSpecification

    Definition Classes
    Exporters
  19. def exportToOthers(args: Arguments, accept: (String) ⇒ Boolean): (ExecutingSpecification) ⇒ ExecutedSpecification

    Definition Classes
    Exporters
  20. def exportToOthers(arguments: Arguments): (ExecutingSpecification) ⇒ ExecutedSpecification

    Definition Classes
    Exporters
  21. def exporter(condition: Boolean)(e: ⇒ Exporting): Option[Exporting]

    Attributes
    protected
    Definition Classes
    Exporters
  22. def exporters(args: Array[String], handler: EventHandler)(implicit arguments: Arguments): Seq[Exporting]

  23. def exporters(accept: (String) ⇒ Boolean)(implicit arguments: Arguments): Seq[Exporting]

    Definition Classes
    Exporters
  24. def failure(name: String, e: Throwable): NamedEvent

    Definition Classes
    HandlerEvents
  25. def finalExporter(handler: EventHandler): FinalResultsReporter

    Attributes
    protected
  26. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  30. def logError(message: String): Unit

    Definition Classes
    TestLoggers
  31. def logFailure(message: String): Unit

    Definition Classes
    TestLoggers
  32. def logInfo(message: String): Unit

    Definition Classes
    TestLoggers
  33. val loggers: Array[Logger]

    Definition Classes
    TestInterfaceRunnerTestLoggers
  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def notifierExporter(arguments: Arguments): Option[Exporting]

    Definition Classes
    Exporters
  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. def optionalExporter(condition: Boolean)(e: Option[Exporting]): Option[Exporting]

    Attributes
    protected
    Definition Classes
    Exporters
  39. def reporter(handler: EventHandler)(args: Array[String]): Reporter

    Attributes
    protected
  40. def result(r: Result): NamedEvent

    Definition Classes
    HandlerEvents
  41. def run(className: String, fingerprint: TestFingerprint, handler: EventHandler, args: Array[String]): Unit

    Definition Classes
    TestInterfaceRunner → Runner
  42. def runFilesRunner(className: String, handler: EventHandler, args: Array[String]): Unit

  43. def runSpecification(className: String, handler: EventHandler, args: Array[String]): Any

  44. def skipped(name: String): NamedEvent { def error(): Null }

    Definition Classes
    HandlerEvents
  45. def succeeded(name: String): NamedEvent

    Definition Classes
    HandlerEvents
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Exporters

Inherited from TestLoggers

Inherited from HandlerEvents

Inherited from Runner

Inherited from AnyRef

Inherited from Any

No Group