Package | Description |
---|---|
org.apache.giraph.block_app.test_setup |
Utilities for unit tests.
|
org.apache.giraph.block_app.test_setup.graphs |
Common Graphs for unit tests.
|
Modifier and Type | Method and Description |
---|---|
void |
TestGraphChecker.checkOutput(NumericTestGraph<I,V,E> graph) |
void |
TestGraphModifier.modifyGraph(NumericTestGraph<I,V,E> graph) |
static <I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
TestGraphUtils.runTest(NumericTestGraph<I,V,E> graph,
TestGraphChecker<? super I,? super V,? super E> graphChecker)
Base of runTest.
|
Modifier and Type | Method and Description |
---|---|
void |
SmallDirectedTreeGraphInit.modifyGraph(NumericTestGraph<I,V,E> graph) |
void |
SyntheticGraphInit.modifyGraph(NumericTestGraph<I,V,E> graph) |
void |
Small1GraphInit.modifyGraph(NumericTestGraph<I,V,E> graph) |
void |
EachVertexInit.modifyGraph(NumericTestGraph<I,V,E> graph) |
void |
Small2GraphInit.modifyGraph(NumericTestGraph<I,V,E> graph) |
void |
SmallDirectedForestGraphInit.modifyGraph(NumericTestGraph<I,V,E> graph) |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.