org.w3.banana

MGraphTest

Related Doc: package banana

class MGraphTest[Rdf <: RDF] extends SpecLite

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

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

    Implicit information
    This member is added by an implicit conversion from MGraphTest[Rdf] to ArrowAssoc[MGraphTest[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: (MGraphTest[Rdf]) ⇒ Boolean, msg: ⇒ Any): MGraphTest[Rdf]

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

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

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

    Implicit information
    This member is added by an implicit conversion from MGraphTest[Rdf] to Ensuring[MGraphTest[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. val ex: Prefix[Rdf]

  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 MGraphTest[Rdf] to StringFormat[MGraphTest[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 name: String

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

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

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

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

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

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

    Definition Classes
    Properties
  53. lazy val property: PropertySpecifier

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

    Definition Classes
    AnyRef
  55. def toString(): String

    Definition Classes
    Prop → AnyRef → Any
  56. val triples: List[Rdf.Triple]

  57. implicit def unitToProp(u: ⇒ Unit): Prop

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

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

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

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

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

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

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

    Definition Classes
    Prop
  65. def [B](y: B): (MGraphTest[Rdf], B)

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

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

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

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

Ungrouped