PowerAssert

class PowerAssert extends Recorder[Boolean, Unit]

An instance of PowerAssert returns an object that can be called with a signature of assert(...) function.

An instance of PowerAssert returns an object that can be called with a signature of assert(...) function.

Companion
object
class Recorder[Boolean, Unit]
class Object
trait Matchable
class Any

Type members

Classlikes

class AssertListener extends RecorderListener[Boolean, Unit]

Value members

Inherited methods

inline def apply(inline value: Boolean, message: => String): Unit
Inherited from
Recorder
inline def apply(inline value: Boolean): Unit
Inherited from
Recorder

Concrete fields

val failEarly: Boolean
lazy override val listener: RecorderListener[Boolean, Unit]