NotifierPrinter

org.specs2.reporter.NotifierPrinter

A Printer can be created from a Notifier implementation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Notified(context: String, start: Boolean, close: Boolean, hide: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def notifyFold: FoldState[Fragment, Notified]
def notifySink(spec: SpecStructure, notifier: Notifier, args: Arguments): AsyncSink[(Fragment, Notified)]
def notifyText(n: Notifier, f: Fragment, args: Arguments): Unit
def printFragment(n: Notifier, f: Fragment, notified: Notified, args: Arguments): Action[Unit]
def printer(notifier: Notifier): Printer

create a printer from a notifier

create a printer from a notifier

Attributes