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

org.vertexium.blueprints.io.graphson.VertexiumBlueprintsGraphSONReaderTestBase Maven / Gradle / Ivy

The newest version!
package org.vertexium.blueprints.io.graphson;

import com.tinkerpop.blueprints.impls.GraphTest;
import com.tinkerpop.blueprints.util.io.graphson.GraphSONReaderTestSuite;

public abstract class VertexiumBlueprintsGraphSONReaderTestBase extends GraphSONReaderTestSuite {
    protected VertexiumBlueprintsGraphSONReaderTestBase(GraphTest graphTest) {
        super(graphTest);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy