A base GraphProvider that is typically for use with Hadoop-based graphs as it enables access to the various
resource data files that are used in the tests.
Those developing Gremlin implementations must provide a GraphProvider implementation so that the
different test suites know how to instantiate their implementations.
This is an important test case in that it validates that core features of ScriptEngine instances that claim
to be "Gremlin-enabled" work in the expected fashion.
This class is derived from the following classes from https://github.com/apache/directory-kerby/blob/kerby-all-1.0.0-RC2:
- org.apache.kerby.kerberos.kerb.server.TestKdcServer
- org.apache.kerby.kerberos.kerb.server.KdcTestBase
- org.apache.kerby.kerberos.kerb.server.LoginTestBase
See also: gremlin-server/src/main/static/NOTICE
This is a "do nothing" implementation of the GremlinScriptEngine which can be used to help test plugin
implementations which don't have reference to a GremlinScriptEngine as a dependency.
This is a "do nothing" implementation of the GremlinScriptEngineFactory which can be used to help test plugin
implementations which don't have reference to a GremlinScriptEngine as a dependency.
Checks that properties added to an Element are validated in a consistent way when they are added at
Vertex or Edge construction by throwing an appropriate exception.
Checks that properties added to an Element are validated in a consistent way when they are set after
Vertex or Edge construction by throwing an appropriate exception.