Trait

org.scalatest

Documenter

Related Doc: package scalatest

Permalink

trait Documenter extends AnyRef

Trait to which markup text tests can be reported.

Note: Documenter will be described in more detail in a future 2.0 milestone release. As of this release you can't see its effects yet.

Source
Documenter.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Documenter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(text: String)(implicit pos: Position): Unit

    Permalink

    Provide documentation to the Reporter.

    Provide documentation to the Reporter.

    text

    an string of markup text that will be forwarded to the wrapped Reporter via a MarkupProvided event.

    Exceptions thrown

    NullArgumentException if message reference is null