Documenter

org.scalatest.Documenter
trait Documenter

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.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(text: String)(implicit pos: Position): Unit

Provide documentation to the Reporter.

Provide documentation to the Reporter.

Value parameters

text

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

Attributes

Throws
NullArgumentException

if message reference is null