Class MultiFileDocTestBase

  • Direct Known Subclasses:
    SingleFileDocTestBase

    public abstract class MultiFileDocTestBase
    extends org.neo4j.gds.BaseProcTest
    • Field Summary

      • Fields inherited from class org.neo4j.gds.BaseTest

        db, DEFAULT_GRAPH_NAME, idFunction, idToVariable, nodeFunction, testLog
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract java.util.List<java.lang.String> adocPaths()  
      protected java.util.List<org.neo4j.gds.compat.CompatUserAggregationFunction> aggregationFunctions()  
      protected java.util.List<java.lang.Class<?>> functions()  
      protected abstract java.util.List<java.lang.Class<?>> procedures()  
      • Methods inherited from class org.neo4j.gds.BaseProcTest

        assertError, assertError, assertError, assertErrorRegex, assertGraphDoesNotExist, assertGraphExists, assertUserInput, findLoadedGraph, getUsername, loadCompleteGraph, loadCompleteGraph, registerAggregationFunction, registerAggregationFunctions, registerFunctions, registerFunctions, registerProcedures, registerProcedures
      • Methods inherited from class org.neo4j.gds.BaseTest

        allNodes, allNodesWithLabel, assertCypherResult, assertCypherResult, clearDb, configuration, runQuery, runQuery, runQuery, runQuery, runQuery, runQuery, runQuery, runQuery, runQuery, runQuery, runQueryWithResultConsumer, runQueryWithResultConsumer, runQueryWithResultConsumer, runQueryWithRowConsumer, runQueryWithRowConsumer, runQueryWithRowConsumer, runQueryWithRowConsumer, runQueryWithRowConsumer, runQueryWithRowConsumer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultiFileDocTestBase

        public MultiFileDocTestBase()
    • Method Detail

      • adocPaths

        protected abstract java.util.List<java.lang.String> adocPaths()
      • procedures

        protected abstract java.util.List<java.lang.Class<?>> procedures()
      • functions

        protected java.util.List<java.lang.Class<?>> functions()
      • aggregationFunctions

        protected java.util.List<org.neo4j.gds.compat.CompatUserAggregationFunction> aggregationFunctions()