@groovy.transform.CompileStatic abstract class Neo4jSpec extends Specification
Base class for Neo4j tests
Modifiers | Name | Description |
---|---|---|
private Neo4jDatastore |
neo4jDatastore |
|
private Neo4jSession |
session |
|
private Transaction |
transaction |
Type | Name and description |
---|---|
Neo4jDatastore |
neo4jDatastore |
Neo4jSession |
session |
Transaction |
transaction |
Constructor and description |
---|
Neo4jSpec
() |
Type Params | Return Type | Name and description |
---|---|---|
|
private boolean |
canLoadFileExtension(org.springframework.boot.env.PropertySourceLoader loader, java.lang.String name) |
|
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 |
|
private java.util.List<org.springframework.core.env.PropertySource> |
load(org.springframework.core.io.ResourceLoader resourceLoader, org.springframework.boot.env.PropertySourceLoader loader, java.lang.String filename) |
|
void |
setup() |
|
void |
setupSpec() |
Obtains the default package to scan
config
- The configurationGroovy Documentation