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