Packages

package test

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AcceptanceTestGenerator(specificImports: List[String], graphFactoryName: String, createGraphMethodName: String, emptyGraphMethodName: String, testSuiteName: String, targetPackageName: String, checkSideEffects: Boolean, addGitIgnore: Boolean) extends Product with Serializable
  2. case class ScenariosFor(blacklist: Set[String]) extends Product with Serializable
  3. case class TCKGraph[C <: CypherSession](testGraphFactory: CypherTestGraphFactory[C], graph: PropertyGraph)(implicit OKAPI: C) extends Graph with Product with Serializable

Value Members

  1. object CreateStringGenerator
  2. object CypherToTCKConverter
  3. object ScenariosFor extends Serializable
  4. object TCKFixture
  5. object Tags
  6. object TckToCypherConverter

Ungrouped