SilentNotifier

org.specs2.reporter.SilentNotifier
trait SilentNotifier extends Notifier

Notifier which does not notify at all

It can be subclassed so that just one method is overridden

Attributes

Graph
Supertypes
trait Notifier
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def contextEnd(text: String, location: String): Unit
def contextStart(text: String, location: String): Unit
def exampleError(name: String, message: String, location: String, f: Throwable, duration: Long): Unit
def exampleFailure(name: String, message: String, location: String, f: Throwable, details: Details, duration: Long): Unit
def examplePending(name: String, message: String, location: String, duration: Long): Unit
def exampleSkipped(name: String, message: String, location: String, duration: Long): Unit
def exampleStarted(name: String, location: String): Unit
def exampleSuccess(name: String, duration: Long): Unit
def specEnd(title: String, location: String): Unit
def specStart(title: String, location: String): Unit
def stepError(message: String, location: String, f: Throwable, duration: Long): Unit
def stepStarted(location: String): Unit
def stepSuccess(duration: Long): Unit
def text(text: String, location: String): Unit