public class TestGraphQueries extends RepositoryConformanceTestCase
Test that the repository under test can create graphs from the supported entity and relationship types and that the graph queries are correctly supported.
  • Constructor Details

    • TestGraphQueries

      public TestGraphQueries(RepositoryConformanceWorkPad workPad, List<RelationshipDef> relationshipDefs, Map<String,EntityDef> entityDefs)
      Typical constructor sets up superclass and discovered information needed for tests
      Parameters:
      workPad - place for parameters and results
      relationshipDefs - types of relationships
      entityDefs - types of entities
  • Method Details