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 in gremlin-core but deprecated in favor of Computer. Since this interface was heavily bound to the test suite it was maintained until 3.4.0 when it was finally moved here to gremlin-test where it simply serves as testing infrastructure to provide hints on whether a test will be executed with a Computer or not.
    Author:
    Marko A. Rodriguez (http://markorodriguez.com)
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  TraversalEngine.Type