JsonIndexSelector

org.specs2.matcher.JsonSelectors.JsonIndexSelector
case class JsonIndexSelector(n: Int) extends JsonSelector

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait JsonSelector
class Object
trait Matchable
class Any
Show all

Members list

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)]
def select(keyValue: (String, Any)): Option[Any]
def select(value: Any): Option[Any]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
JsonSelector