org.specs2.control.Debug
See theDebug companion object
trait Debug
This trait provides simple a way to print out any object to the console:
"this string".pp must ===("this string")
will print 'this string' and pass it to the rest of the expectation
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article