PropertyArgument

case class PropertyArgument(label: Option[String], value: Any)

Describes one argument passed in to a check.

This is returned as part of PropertyCheckResult, so that you can find out what arguments were passed in to the check.

Value parameters:
label

The label provided for that argument, if any.

value

The value of the argument.

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product