object
arbitrary
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
implicit
def
arbCellDecoder[A](implicit arg0: Arbitrary[A]): Arbitrary[CellDecoder[A]]
-
implicit
def
arbCellEncoder[A](implicit arg0: Arbitrary[A]): Arbitrary[CellEncoder[A]]
-
implicit
def
arbDecodeResult[A](implicit arg0: Arbitrary[A]): Arbitrary[DecodeResult[A]]
-
implicit
def
arbExpectedCell[A](implicit ea: CellEncoder[A], aa: Arbitrary[A]): Arbitrary[ExpectedCell[A]]
-
implicit
def
arbExpectedRow[A](implicit ea: RowEncoder[A], aa: Arbitrary[A]): Arbitrary[ExpectedRow[A]]
-
implicit
def
arbExpectedRowFromCell[A](implicit arb: Arbitrary[ExpectedCell[A]]): Arbitrary[ExpectedRow[A]]
-
implicit
val
arbIllegalBigDecimal: Arbitrary[IllegalCell[BigDecimal]]
-
implicit
val
arbIllegalBigInt: Arbitrary[IllegalCell[BigInt]]
-
implicit
val
arbIllegalBoolean: Arbitrary[IllegalCell[Boolean]]
-
implicit
val
arbIllegalByte: Arbitrary[IllegalCell[Byte]]
-
implicit
val
arbIllegalChar: Arbitrary[IllegalCell[Char]]
-
implicit
val
arbIllegalDouble: Arbitrary[IllegalCell[Double]]
-
implicit
val
arbIllegalFloat: Arbitrary[IllegalCell[Float]]
-
implicit
val
arbIllegalInt: Arbitrary[IllegalCell[Int]]
-
implicit
val
arbIllegalLong: Arbitrary[IllegalCell[Long]]
-
implicit
def
arbIllegalOption[A](implicit arb: Arbitrary[IllegalCell[A]]): Arbitrary[IllegalCell[Option[A]]]
-
implicit
val
arbIllegalShort: Arbitrary[IllegalCell[Short]]
-
implicit
def
arbIllegalTraversable[A, C[X] <: Traversable[X]](implicit arb: Arbitrary[IllegalCell[A]]): Arbitrary[IllegalRow[C[A]]]
-
implicit
val
arbIllegalUUID: Arbitrary[IllegalCell[UUID]]
-
implicit
def
arbRowDecoder[A](implicit arg0: Arbitrary[A]): Arbitrary[RowDecoder[A]]
-
implicit
def
arbRowEncoder[A](implicit arg0: Arbitrary[A]): Arbitrary[RowEncoder[A]]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
csv: Gen[List[List[String]]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
illegal[A, B](gen: Gen[B]): Arbitrary[IllegalValue[A, B]]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
readFailure[A]: Gen[DecodeResult[A]]
-
def
success[A](implicit arg0: Arbitrary[A]): Gen[DecodeResult[A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any