package test
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AcceptanceTestGenerator(specificImports: List[String], graphFactoryName: String, createGraphMethodName: String, emptyGraphMethodName: String, testSuiteName: String, targetPackageName: String, checkSideEffects: Boolean, addGitIgnore: Boolean) extends Product with Serializable
- case class ScenariosFor(blacklist: Set[String]) extends Product with Serializable
- case class TCKGraph[C <: CypherSession](testGraphFactory: CypherTestGraphFactory[C], graph: PropertyGraph)(implicit OKAPI: C) extends Graph with Product with Serializable
Value Members
- object CreateStringGenerator
- object CypherToTCKConverter
- object ScenariosFor extends Serializable
- object TCKFixture
- object Tags
- object TckToCypherConverter