An error occurred while fetching the assigned milestone of the selected merge_request.
Review Tests for Project 8
2 unresolved threads
src/edu/caltech/cs2
datastructures
BeaverMapsGraph.java +2 -9
Graph.java +4 -2
interfaces
IDictionary.java +2 -0
IGraph.java +12 -12
project08
BeaverMaps.java +1 -0
MapsAutoCompleter.java +2 -0
tests/edu/caltech/cs2/project08
BeavermapTests.java +49 -11
DijkstraTest.java +11 -8
GraphTests.java +32 -0
\ No newline at end of file
This method just tests whether
dijkstra
actually produces a path without buildings, rather than checking it for correctness against the trace. It just uses the start and target locations from trace. So I just check for null to only check existing paths. Should I check it for correctness (since it's already done in the stress test)?changed this line in version 3 of the diff