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
Exception
public void testOnNoShorterPathFound() throws Exception
Exception
public void testToyDataJson() throws Exception
Exception
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.