Interface TraversalEngine
-
public interface TraversalEngine
A TraversalEngine is a test component that helps determine the engine on which a traversal test will execute. This interface was originally ingremlin-core
but deprecated in favor ofComputer
. Since this interface was heavily bound to the test suite it was maintained until 3.4.0 when it was finally moved here togremlin-test
where it simply serves as testing infrastructure to provide hints on whether a test will be executed with aComputer
or not.- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TraversalEngine.Type
-