trait DecoderTests[E, D, F, T] extends Laws
Type Members
- class DefaultRuleSet extends RuleSet with HasOneParent
- trait HasOneParent extends AnyRef
- trait RuleSet extends AnyRef
- class SimpleRuleSet extends DefaultRuleSet
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def bijectiveDecoder[A, B](implicit arg0: Arbitrary[A], arg1: Cogen[A], arg2: Arbitrary[B], arg3: Cogen[B]): RuleSet
- def clone(): AnyRef
- def decoder[A, B](implicit arg0: Arbitrary[A], arg1: Cogen[A], arg2: Arbitrary[B], arg3: Cogen[B], ai: Arbitrary[IllegalValue[E, D, T]]): RuleSet
- def emptyRuleSet: RuleSet
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Laws
Value Members
- def emptyRuleSet: RuleSet
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- class DefaultRuleSet extends RuleSet with HasOneParent
- trait HasOneParent extends AnyRef
- trait RuleSet extends AnyRef
- class SimpleRuleSet extends DefaultRuleSet
- implicit abstract val arbD: Arbitrary[D]
- implicit abstract val arbE: Arbitrary[E]
- implicit abstract def arbF: Arbitrary[F]
- implicit abstract def arbLegal: Arbitrary[LegalValue[E, D, T]]
- implicit abstract val cogenD: Cogen[D]
- implicit abstract val cogenF: Cogen[F]
- abstract def laws: DecoderLaws[E, D, F, T]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def bijectiveDecoder[A, B](implicit arg0: Arbitrary[A], arg1: Cogen[A], arg2: Arbitrary[B], arg3: Cogen[B]): RuleSet
- def clone(): AnyRef
- def decoder[A, B](implicit arg0: Arbitrary[A], arg1: Cogen[A], arg2: Arbitrary[B], arg3: Cogen[B], ai: Arbitrary[IllegalValue[E, D, T]]): RuleSet
- def emptyRuleSet: RuleSet
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit