Class CommunityGeneratorTest.DifferentDistributionsTest
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGeneratorTest
-
- org.apache.tinkerpop.gremlin.algorithm.generator.CommunityGeneratorTest.DifferentDistributionsTest
-
- Enclosing class:
- CommunityGeneratorTest
public static class CommunityGeneratorTest.DifferentDistributionsTest extends AbstractGeneratorTest
-
-
Field Summary
Fields Modifier and Type Field Description Distribution
communityDistribution
double
crossPcent
Distribution
degreeDistribution
-
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 void
afterLoadGraphWith(Graph graph)
static Iterable<Object[]>
data()
void
shouldGenerateDifferentGraph()
void
shouldGenerateSameGraph()
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
-
communityDistribution
public Distribution communityDistribution
-
degreeDistribution
public Distribution degreeDistribution
-
crossPcent
public double crossPcent
-
-
Method Detail
-
shouldGenerateDifferentGraph
public void shouldGenerateDifferentGraph() throws Exception
- Throws:
Exception
-
afterLoadGraphWith
protected void afterLoadGraphWith(Graph graph) throws Exception
- Overrides:
afterLoadGraphWith
in classAbstractGremlinTest
- Throws:
Exception
-
-