org.securegraph.blueprints.SecureGraphBlueprintsKeyIndexableGraphTestBase Maven / Gradle / Ivy
The newest version!
package org.securegraph.blueprints;
import com.tinkerpop.blueprints.KeyIndexableGraphTestSuite;
import com.tinkerpop.blueprints.impls.GraphTest;
public abstract class SecureGraphBlueprintsKeyIndexableGraphTestBase extends KeyIndexableGraphTestSuite {
protected SecureGraphBlueprintsKeyIndexableGraphTestBase(GraphTest graphTest) {
super(graphTest);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy