TypecheckMatchers

Matchers for checking if a piece of code compiles or not

Companion:
object
class Object
trait Matchable
class Any
object TypecheckMatchers.type

Value members

Concrete methods

def failWith(message: String): Matcher[TypecheckResult]
def succeed: Matcher[TypecheckResult]