| Package | Description | 
|---|---|
| org.apache.giraph.block_app.test_setup | Utilities for unit tests. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| static <I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> | TestGraphUtils. runTest(TestGraphModifier<? super I,? super V,? super E> graphInitializer,
       TestGraphChecker<? super I,? super V,? super E> graphChecker,
       BulkConfigurator configurator)Creates configuration using configurator, initializes the graph using
 graphInitializer, and checks it via graphChecker. | 
| static <I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> | TestGraphUtils. runTest(TestGraphModifier<? super I,? super V,? super E> graphInitializer,
       TestGraphChecker<? super I,? super V,? super E> graphChecker,
       GiraphConfiguration conf)Uses provided configuration, initializes the graph using
 graphInitializer, and checks it via graphChecker. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.