Repository config: Import schema files on repository creation? #4440
-
I am writing some tests for an application using RDF4J to access some GraphDB repositories. The tests do not strictly require GDB, and I would like to use a simple RDF4J LocalRepositoryManager to stub out GDB. The application under test creates some repositories, and I have hooks to replace the TTL file-templates, that are tailored for GDB config. I wonder if RDF4J has something roughly equivalent to graphdb:imports, or if I have to do this programmatically in my test-setup?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I don't think we have something comparable to that - so yeah, doing this during test setup is probably the easiest way forward. |
Beta Was this translation helpful? Give feedback.
I don't think we have something comparable to that - so yeah, doing this during test setup is probably the easiest way forward.