org.w3.banana.binder

RecordBinderTest

Related Doc: package binder

class RecordBinderTest[Rdf <: RDF] extends SpecLite

Linear Supertypes
SpecLite, Properties, Prop, Testable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RecordBinderTest
  2. SpecLite
  3. Properties
  4. Prop
  5. Testable
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RecordBinderTest()(implicit ops: RDFOps[Rdf], recordBinder: RecordBinder[Rdf])

Type Members

  1. implicit class AnyOps[A] extends AnyRef

    Definition Classes
    SpecLite
  2. implicit class PropertyOps extends AnyRef

    Definition Classes
    SpecLite
  3. class PropertySpecifier extends AnyRef

    Definition Classes
    Properties
  4. implicit class StringOps extends AnyRef

    Definition Classes
    SpecLite

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def &&(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from RecordBinderTest[Rdf] to any2stringadd[RecordBinderTest[Rdf]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ++(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  6. def ->[B](y: B): (RecordBinderTest[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from RecordBinderTest[Rdf] to ArrowAssoc[RecordBinderTest[Rdf]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. def :|(l: Symbol): Prop

    Definition Classes
    Prop
  8. def :|(l: String): Prop

    Definition Classes
    Prop
  9. def ==(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  10. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def ==>(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  12. implicit def Function1IntInt[A](implicit A: Arbitrary[Int]): Arbitrary[(Int) ⇒ Int]

    Definition Classes
    SpecLite
  13. def apply(p: Parameters): Result

    Definition Classes
    Properties → Prop
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. implicit def booleanToProp(b: ⇒ Boolean): Prop

    Definition Classes
    SpecLite
  16. def check(x: ⇒ Boolean): Prop

    Definition Classes
    SpecLite
  17. def check: Unit

    Definition Classes
    Properties → Prop
  18. def check(prms: Parameters): Unit

    Definition Classes
    Properties → Prop
  19. def check(paramFun: (Parameters) ⇒ Parameters): Unit

    Definition Classes
    Prop
  20. implicit def check1[T, R](result: (T) ⇒ R)(implicit toProp: (⇒ R) ⇒ Prop, a: Arbitrary[T], s: Shrink[T]): Prop

    Definition Classes
    SpecLite
  21. def checkAll(props: Properties): Seq[ListBuffer[(String, Prop)]]

    Definition Classes
    SpecLite
  22. def checkAll(name: String, props: Properties): Seq[ListBuffer[(String, Prop)]]

    Definition Classes
    SpecLite
  23. val city: City

  24. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def combine(p: Prop)(f: (Result, Result) ⇒ Result): Prop

    Definition Classes
    Prop
  26. def ensuring(cond: (RecordBinderTest[Rdf]) ⇒ Boolean, msg: ⇒ Any): RecordBinderTest[Rdf]

    Implicit information
    This member is added by an implicit conversion from RecordBinderTest[Rdf] to Ensuring[RecordBinderTest[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: (RecordBinderTest[Rdf]) ⇒ Boolean): RecordBinderTest[Rdf]

    Implicit information
    This member is added by an implicit conversion from RecordBinderTest[Rdf] to Ensuring[RecordBinderTest[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean, msg: ⇒ Any): RecordBinderTest[Rdf]

    Implicit information
    This member is added by an implicit conversion from RecordBinderTest[Rdf] to Ensuring[RecordBinderTest[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean): RecordBinderTest[Rdf]

    Implicit information
    This member is added by an implicit conversion from RecordBinderTest[Rdf] to Ensuring[RecordBinderTest[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  32. def fail(msg: String): Nothing

    Definition Classes
    SpecLite
  33. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def flatMap(f: (Result) ⇒ Prop): Prop

    Definition Classes
    Prop
  35. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from RecordBinderTest[Rdf] to StringFormat[RecordBinderTest[Rdf]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  37. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  38. def include(ps: Properties, prefix: String): Unit

    Definition Classes
    Properties
  39. def include(ps: Properties): Unit

    Definition Classes
    Properties
  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. def label(l: String): Prop

    Definition Classes
    Prop
  42. def main(args: Array[String]): Unit

    Definition Classes
    Prop
  43. def mainCallsExit: Boolean

    Definition Classes
    Prop
  44. def mainRunner(args: Array[String]): Int

    Definition Classes
    Properties → Prop
  45. def map(f: (Result) ⇒ Result): Prop

    Definition Classes
    Prop
  46. val me: Me

  47. val name: String

    Definition Classes
    SpecLite → Properties
  48. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  49. final def notify(): Unit

    Definition Classes
    AnyRef
  50. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  51. val objects: ObjectExamples[Rdf]

  52. val person: Person

  53. val personWithNickname: Person

  54. def prop[T, R](result: (T) ⇒ R)(implicit toProp: (⇒ R) ⇒ Prop, a: Arbitrary[T], s: Shrink[T]): Prop

    Definition Classes
    SpecLite
  55. implicit def propToProp(p: ⇒ Prop): Prop

    Definition Classes
    SpecLite
  56. def properties: Seq[(String, Prop)]

    Definition Classes
    Properties
  57. lazy val property: PropertySpecifier

    Definition Classes
    Properties
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def toString(): String

    Definition Classes
    Prop → AnyRef → Any
  60. implicit def unitToProp(u: ⇒ Unit): Prop

    Definition Classes
    SpecLite
  61. implicit def unitToProp2(u: Unit): Prop

    Definition Classes
    SpecLite
  62. val verifiedAddress: VerifiedAddress

  63. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. def |:(l: Symbol): Prop

    Definition Classes
    Prop
  67. def |:(l: String): Prop

    Definition Classes
    Prop
  68. def ||(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  69. def [B](y: B): (RecordBinderTest[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from RecordBinderTest[Rdf] to ArrowAssoc[RecordBinderTest[Rdf]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from SpecLite

Inherited from Properties

Inherited from Prop

Inherited from Testable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from RecordBinderTest[Rdf] to any2stringadd[RecordBinderTest[Rdf]]

Inherited by implicit conversion StringFormat from RecordBinderTest[Rdf] to StringFormat[RecordBinderTest[Rdf]]

Inherited by implicit conversion Ensuring from RecordBinderTest[Rdf] to Ensuring[RecordBinderTest[Rdf]]

Inherited by implicit conversion ArrowAssoc from RecordBinderTest[Rdf] to ArrowAssoc[RecordBinderTest[Rdf]]

Ungrouped