JsonIntSelector

org.specs2.matcher.JsonSelectors.JsonIntSelector
case class JsonIntSelector(n: Int) 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(values: 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