InterpretedScript

abstract class InterpretedScript(s: String)
class Object
trait Matchable
class Any

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