TypecheckMatchers

org.specs2.matcher.TypecheckMatchers
See theTypecheckMatchers companion object

Matchers for checking if a piece of code compiles or not

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TypecheckMatchers.type

Members list

Concise view

Value members

Concrete methods

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