@groovy.transform.CompileStatic abstract class Neo4jSpec extends Specification
Base class for Neo4j tests
Type | Name and description |
---|---|
Neo4jDatastore |
neo4jDatastore |
Neo4jSession |
session |
Transaction |
transaction |
Constructor and description |
---|
Neo4jSpec
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
cleanup() |
|
protected java.util.List<java.lang.Class> |
getDomainClasses()
|
|
MappingContext |
getMappingContext()
|
|
protected java.lang.Package |
getPackageToScan(Config config) Obtains the default package to scan |
|
void |
setup() |
|
void |
setupSpec() |
Obtains the default package to scan
config
- The configurationGroovy Documentation