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

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

The newest version!
package org.securegraph.blueprints;

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

public abstract class SecureGraphBlueprintsGraphTestBase extends GraphTestSuite {
    protected SecureGraphBlueprintsGraphTestBase(GraphTest graphTest) {
        super(graphTest);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy