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

org.securegraph.blueprints.io.graphson.SecureGraphBlueprintsGraphSONReaderTestBase Maven / Gradle / Ivy

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy