InterpretedScript

org.specs2.matcher.ScalaInterpreterMatchers.InterpretedScript
abstract class InterpretedScript(s: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

protected def interpret: String

Concrete methods

def >|(result: String): Result

execute the script and use the expected result to as a regular expression to check the validity of the actual result

execute the script and use the expected result to as a regular expression to check the validity of the actual result

Attributes