Interface | Description |
---|---|
TestGraphChecker<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Test graph checker, function that checks whether output
of a test is correct.
|
TestGraphModifier<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Test graph modifier, function that initializes graph
(i.e.
|
Class | Description |
---|---|
NumericTestGraph<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Wraps TestGraph to allow using numbers to create and inspect the graph,
instead of needing to have actual Writable values, which don't have
auto-boxing.
|
TestGraphUtils |
Utility functions for running TestGraph unit tests.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.