Toggle navigation
Home
org.neo4j.test.TargetDirectory to org.neo4j.test.TargetDirectory.TestDirectory
No. of Instances - 12
No. of Commits - 4
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
dir.cleanDirectory(testName.getMethodName())
to
dir.directory(testName.getMethodName())
target.cleanDirectory("unused")
to
target.directory("unused")
target.cleanDirectory("unused")
to
target.directory("unused")
target.cleanDirectory("unused")
to
target.directory("unused")
new GraphDatabaseFactory().newEmbeddedDatabase(target.makeGraphDbDir().getAbsolutePath())
to
new GraphDatabaseFactory().newEmbeddedDatabase(target.graphDbDir())
Rename Method invocation
cleanDirectory
to
directory
cleanDirectory
to
directory
cleanDirectory
to
directory
cleanDirectory
to
directory