*/
public void testOnShorterPathFound() throws Exception {
SimpleShortestPathsVertex vertex = new SimpleShortestPathsVertex();
vertex.initialize(null, null, null, null);
vertex.addEdge(new LongWritable(10L), new FloatWritable(2.5f));
vertex.addEdge(new LongWritable(20L), new FloatWritable(0.5f));
MockUtils.MockedEnvironment<LongWritable, DoubleWritable, FloatWritable,
DoubleWritable> env = MockUtils.prepareVertex(vertex, 1L,
new LongWritable(7L), new DoubleWritable(Double.MAX_VALUE),
false);