All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.securegraph.blueprints.SecureGraphBlueprintsIndexableGraphTestBase Maven / Gradle / Ivy

The newest version!
package org.securegraph.blueprints;

import com.tinkerpop.blueprints.IndexableGraphTestSuite;
import com.tinkerpop.blueprints.impls.GraphTest;

public abstract class SecureGraphBlueprintsIndexableGraphTestBase extends IndexableGraphTestSuite {
    protected SecureGraphBlueprintsIndexableGraphTestBase(GraphTest graphTest) {
        super(graphTest);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy