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
- Alphabetic
- By Inheritance
- Documenter
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def apply(text: String)(implicit pos: Position): Unit
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 aMarkupProvided
event.
- Exceptions thrown
NullArgumentException
ifmessage
reference isnull