org.w3.banana.binder

CustomBindersTest

Related Doc: package binder

class CustomBindersTest[Rdf <: RDF] extends SpecLite

Linear Supertypes
SpecLite, Properties, Prop, Testable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CustomBindersTest
  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 CustomBindersTest()(implicit ops: RDFOps[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 CustomBindersTest[Rdf] to any2stringadd[CustomBindersTest[Rdf]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ++(p: ⇒ Prop): Prop

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

    Implicit information
    This member is added by an implicit conversion from CustomBindersTest[Rdf] to ArrowAssoc[CustomBindersTest[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. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Definition Classes
    SpecLite
  32. def finalize(): Unit

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

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

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

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

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

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

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

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

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

    Definition Classes
    Prop
  42. def mainCallsExit: Boolean

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

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

    Definition Classes
    Prop
  45. val name: String

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

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

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

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

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

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

    Definition Classes
    Properties
  52. lazy val property: PropertySpecifier

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

    Definition Classes
    AnyRef
  54. def toString(): String

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

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

    Definition Classes
    SpecLite
  57. final def wait(): Unit

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

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

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

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

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

    Definition Classes
    Prop
  63. def [B](y: B): (CustomBindersTest[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from CustomBindersTest[Rdf] to ArrowAssoc[CustomBindersTest[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 CustomBindersTest[Rdf] to any2stringadd[CustomBindersTest[Rdf]]

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

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

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

Ungrouped