PrinterFactory

org.specs2.reporter.PrinterFactory
See thePrinterFactory companion object
case class PrinterFactory(arguments: Arguments, customInstances: CustomInstances, logger: Logger)

Create printers based on their class names and the arguments passed by the user Note that this operation might fail if the corresponding printer classes are not on the class path

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

create a custom printer from a Notifier instance passed in arguments

create a custom printer from a Notifier instance passed in arguments

Attributes

create a custom printer from a Name passed in arguments

create a custom printer from a Name passed in arguments

Attributes

accepted printers created from the list of arguments

accepted printers created from the list of arguments

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product