Class DistributionGeneratorTest.DifferentDistributionsTest
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
 - 
- org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGeneratorTest
 - 
- org.apache.tinkerpop.gremlin.algorithm.generator.DistributionGeneratorTest.DifferentDistributionsTest
 
 
 
 
- 
- Enclosing class:
 - DistributionGeneratorTest
 
public static class DistributionGeneratorTest.DifferentDistributionsTest extends AbstractGeneratorTest
 
- 
- 
Field Summary
Fields Modifier and Type Field Description DistributioninDistributionDistributionoutDistribution- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DifferentDistributionsTest() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidafterLoadGraphWith(Graph graph)static Iterable<Object[]>data()voidshouldGenerateDifferentGraph()voidshouldGenerateSameGraph()protected Iterable<Vertex>verticesByOid(Graph graph)- 
Methods inherited from class org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGeneratorTest
same 
- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds 
 - 
 
 - 
 
- 
- 
Field Detail
- 
inDistribution
public Distribution inDistribution
 
- 
outDistribution
public Distribution outDistribution
 
 - 
 
- 
Method Detail
- 
shouldGenerateDifferentGraph
public void shouldGenerateDifferentGraph() throws Exception- Throws:
 Exception
 
- 
afterLoadGraphWith
protected void afterLoadGraphWith(Graph graph) throws Exception
- Overrides:
 afterLoadGraphWithin classAbstractGremlinTest- Throws:
 Exception
 
 - 
 
 -