Class ProcessEmbeddedStandardSuite

  • All Implemented Interfaces:
    org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable, org.junit.runner.manipulation.Sortable
    Direct Known Subclasses:
    ProcessLimitedStandardSuite

    public class ProcessEmbeddedStandardSuite
    extends AbstractGremlinSuite
    The ProcessEmbeddedStandardSuite is a set of tests that providers may implement in addition to the standard Gherkin feature tests. These tests are only relevant for embedded use cases covering features like lambdas or other capabilities that can only work when running Gremlin in the same JVM as the Graph instance.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessEmbeddedStandardSuite​(Class<?> klass, org.junit.runners.model.RunnerBuilder builder)
      This constructor is used by JUnit and will run this suite with its concrete implementations of the testsToEnforce.
      ProcessEmbeddedStandardSuite​(Class<?> klass, org.junit.runners.model.RunnerBuilder builder, Class<?>[] testsToExecute)
      This constructor is used by Gremlin flavor implementers who supply their own implementations of the testsToEnforce.
    • Constructor Detail

      • ProcessEmbeddedStandardSuite

        public ProcessEmbeddedStandardSuite​(Class<?> klass,
                                            org.junit.runners.model.RunnerBuilder builder)
                                     throws org.junit.runners.model.InitializationError
        This constructor is used by JUnit and will run this suite with its concrete implementations of the testsToEnforce.
        Throws:
        org.junit.runners.model.InitializationError
      • ProcessEmbeddedStandardSuite

        public ProcessEmbeddedStandardSuite​(Class<?> klass,
                                            org.junit.runners.model.RunnerBuilder builder,
                                            Class<?>[] testsToExecute)
                                     throws org.junit.runners.model.InitializationError
        This constructor is used by Gremlin flavor implementers who supply their own implementations of the testsToEnforce.
        Throws:
        org.junit.runners.model.InitializationError