JsonMatcherSelector

org.specs2.matcher.JsonSelectors.JsonMatcherSelector
case class JsonMatcherSelector(m: Matcher[String]) extends JsonValueSelector

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def description: String
def name: String
def select(names: List[Any]): Option[Any]
def select(map: Map[String, Any]): Option[(String, Any)]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
JsonSelector