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

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

The newest version!
package org.securegraph.blueprints;

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

public abstract class SecureGraphBlueprintsVertexTestBase extends VertexTestSuite {
    protected SecureGraphBlueprintsVertexTestBase(GraphTest graphTest) {
        super(graphTest);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy