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

org.vertexium.blueprints.VertexiumBlueprintsGraphTestBase Maven / Gradle / Ivy

The newest version!
package org.vertexium.blueprints;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy