public class SimpleShortestPathsComputationTest extends Object
SimpleShortestPathsComputation| Constructor and Description |
|---|
SimpleShortestPathsComputationTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testOnNoShorterPathFound()
Test the behavior when a new, but not shorter path to a vertex has been
found.
|
void |
testOnShorterPathFound()
Test the behavior when a shorter path to a vertex has been found
|
void |
testToyData()
A local integration test on toy data
|
void |
testToyDataJson()
A local integration test on toy data
|
public void testOnShorterPathFound()
throws Exception
Exceptionpublic void testOnNoShorterPathFound()
throws Exception
Exceptionpublic void testToyDataJson()
throws Exception
ExceptionCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.