org.w3.banana.jasmine.test

IsomorphismTests

abstract class IsomorphismTests[Rdf <: RDF] extends JasmineTest

Ported by Antonio Garrotte from rdf-test-suite in scala.tests to Jasmine Tests

Linear Supertypes
JasmineTest, TestSuiteContext, Test, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IsomorphismTests
  2. JasmineTest
  3. TestSuiteContext
  4. Test
  5. AnyRef
  6. 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 IsomorphismTests(isoFactory: (() ⇒ VerticeCBuilder[Rdf]) ⇒ GraphIsomorphism[Rdf], mappingGenerator: (() ⇒ VerticeCBuilder[Rdf]) ⇒ SimpleMappingGenerator[Rdf])(implicit ops: RDFOps[Rdf])

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from IsomorphismTests[Rdf] to any2stringadd[IsomorphismTests[Rdf]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (IsomorphismTests[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from IsomorphismTests[Rdf] to ArrowAssoc[IsomorphismTests[Rdf]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def afterEach(block: ⇒ Unit): Unit

    Definition Classes
    JasmineTest
  7. def alex(i: Int): Rdf.BNode

  8. def antonio(i: Int): Rdf.BNode

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def beforeEach(block: ⇒ Unit): Unit

    Definition Classes
    JasmineTest
  11. def bnAlexRel1Graph(i: Int = 1): Rdf.Graph

  12. def bnAlexRel2Graph(i: Int = 1): Rdf.Graph

  13. def bnAntonioRel1Graph(i: Int = 1): Rdf.Graph

  14. def bnAntonioRel2Graph(i: Int = 1): Rdf.Graph

  15. def bnKnowsBN(i: Int, j: Int): Rdf.Graph

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val counting: SimpleMappingGenerator[Rdf]

  18. val countingIso: GraphIsomorphism[Rdf]

  19. def describe(name: String)(suite: ⇒ Unit): Unit

    Definition Classes
    JasmineTest → TestSuiteContext
  20. def ensuring(cond: (IsomorphismTests[Rdf]) ⇒ Boolean, msg: ⇒ Any): IsomorphismTests[Rdf]

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  26. def expect(exp: Any): JasmineExpectation

    Definition Classes
    JasmineTest
  27. def expect(exp: CharSequence): JasmineExpectation

    Definition Classes
    JasmineTest
  28. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. val foaf: FOAFPrefix[Rdf]

  30. def formatted(fmtstr: String): String

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

    Definition Classes
    AnyRef → Any
  32. val groundedGraph: Rdf.Graph

  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. val hjs: Rdf.URI

  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def it(title: String)(test: ⇒ Unit): Unit

    Definition Classes
    JasmineTest → TestSuiteContext
  37. def jasmine: JasmineEnv

    Definition Classes
    JasmineTest
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  41. def owlSameAs(node1: Rdf.Node, node2: Rdf.Node): Rdf.Graph

  42. def runs(block: ⇒ Unit): Unit

    Definition Classes
    JasmineTest
  43. val simpleHashIso: GraphIsomorphism[Rdf]

  44. def symmetricGraph(i: Int, j: Int): Rdf.Graph

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

    Definition Classes
    AnyRef
  46. val timbl: Rdf.URI

  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. def unless(tag: String): TestSuiteContext

    Definition Classes
    TestSuiteContext
  49. def unlessAll(tags: String*): TestSuiteContext

    Definition Classes
    TestSuiteContext
  50. def unlessAny(tags: String*): TestSuiteContext

    Definition Classes
    TestSuiteContext
  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def waits(timeout: Int): Unit

    Definition Classes
    JasmineTest
  55. def waitsFor(block: ⇒ Boolean, errorMsg: String, timeout: Int): Unit

    Definition Classes
    JasmineTest
  56. def when(tag: String): TestSuiteContext

    Definition Classes
    TestSuiteContext
  57. def whenAll(tags: String*): TestSuiteContext

    Definition Classes
    TestSuiteContext
  58. def whenAny(tags: String*): TestSuiteContext

    Definition Classes
    TestSuiteContext
  59. def xbn(i: Int): Rdf.BNode

  60. def xdescribe(name: String)(suite: ⇒ Unit): Unit

    Definition Classes
    JasmineTest → TestSuiteContext
  61. def xit(title: String)(test: ⇒ Unit): Unit

    Definition Classes
    JasmineTest → TestSuiteContext
  62. def [B](y: B): (IsomorphismTests[Rdf], B)

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

Inherited from JasmineTest

Inherited from TestSuiteContext

Inherited from Test

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped