org.w3.banana.io

JsonLDTestSuite

Related Doc: package io

abstract class JsonLDTestSuite[Rdf <: RDF, M[+_], JsonLdOut] extends SerialisationTestSuite[Rdf, M, JsonLd, JsonLdOut]

Linear Supertypes
SerialisationTestSuite[Rdf, M, JsonLd, JsonLdOut], SpecLite, Properties, Prop, Testable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonLDTestSuite
  2. SerialisationTestSuite
  3. SpecLite
  4. Properties
  5. Prop
  6. Testable
  7. AnyRef
  8. 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 JsonLDTestSuite()(implicit arg0: Monad[M], arg1: Comonad[M], ops: RDFOps[Rdf], reader: RDFReader[Rdf, M, JsonLd], writer: RDFWriter[Rdf, M, JsonLdOut])

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 JsonLDTestSuite[Rdf, M, JsonLdOut] to any2stringadd[JsonLDTestSuite[Rdf, M, JsonLdOut]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ++(p: ⇒ Prop): Prop

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

    Implicit information
    This member is added by an implicit conversion from JsonLDTestSuite[Rdf, M, JsonLdOut] to ArrowAssoc[JsonLDTestSuite[Rdf, M, JsonLdOut]] 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. val M: Monad[M]

    Definition Classes
    SerialisationTestSuite
  14. def apply(p: Parameters): Result

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

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

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

    Definition Classes
    SpecLite
  18. def check: Unit

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

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

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

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

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

    Definition Classes
    SpecLite
  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: (JsonLDTestSuite[Rdf, M, JsonLdOut]) ⇒ Boolean, msg: ⇒ Any): JsonLDTestSuite[Rdf, M, JsonLdOut]

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

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

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

    Implicit information
    This member is added by an implicit conversion from JsonLDTestSuite[Rdf, M, JsonLdOut] to Ensuring[JsonLDTestSuite[Rdf, M, JsonLdOut]] 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. val foo: String

    Definition Classes
    SerialisationTestSuite
  36. val fooGraph: Rdf.Graph

    Definition Classes
    SerialisationTestSuite
  37. val fooPrefix: Prefix[Rdf]

    Definition Classes
    SerialisationTestSuite
  38. def formatted(fmtstr: String): String

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

    Definition Classes
    AnyRef → Any
  40. def graphBuilder(prefix: Prefix[Rdf]): Rdf.Graph

    Definition Classes
    SerialisationTestSuite
  41. def hashCode(): Int

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

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

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

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

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

    Definition Classes
    Prop
  47. def mainCallsExit: Boolean

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

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

    Definition Classes
    Prop
  50. val name: String

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

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

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

    Definition Classes
    AnyRef
  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. val rdfCore: String

    Definition Classes
    SerialisationTestSuite
  59. val rdfCorePrefix: Prefix[Rdf]

    Definition Classes
    SerialisationTestSuite
  60. val referenceGraph: Rdf.Graph

    Definition Classes
    SerialisationTestSuite
  61. val referenceGraphSerialisedForSyntax: String

  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  63. def toString(): String

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

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

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

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

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

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

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

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

    Definition Classes
    Prop
  72. def [B](y: B): (JsonLDTestSuite[Rdf, M, JsonLdOut], B)

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

Inherited from SerialisationTestSuite[Rdf, M, JsonLd, JsonLdOut]

Inherited from SpecLite

Inherited from Properties

Inherited from Prop

Inherited from Testable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JsonLDTestSuite[Rdf, M, JsonLdOut] to any2stringadd[JsonLDTestSuite[Rdf, M, JsonLdOut]]

Inherited by implicit conversion StringFormat from JsonLDTestSuite[Rdf, M, JsonLdOut] to StringFormat[JsonLDTestSuite[Rdf, M, JsonLdOut]]

Inherited by implicit conversion Ensuring from JsonLDTestSuite[Rdf, M, JsonLdOut] to Ensuring[JsonLDTestSuite[Rdf, M, JsonLdOut]]

Inherited by implicit conversion ArrowAssoc from JsonLDTestSuite[Rdf, M, JsonLdOut] to ArrowAssoc[JsonLDTestSuite[Rdf, M, JsonLdOut]]

Ungrouped