package testing
Type Members
-
trait
ParboiledTest
extends AnyRef
A trait simplifying the creation of tests for "parboiled for scala" parsers.
A trait simplifying the creation of tests for "parboiled for scala" parsers. It can be mixed into any test class that defines a fail(string) method (e.g. all the scalatest Suites).