Specification run results


Project: Graph search algorithms Version: 1.1

Specifications summary:

Created on Mon Oct 17 14:40:08 EEST 2022 by jegors
Total Passed Failed Skipped Ft Total Ft Passed Ft Failed Ft Skipped Success rate Total time
4 3 1 0 15 10 1 0 75.0% 0.111 seconds

Specifications:

Name Features Iterations Failed Errors Skipped Success rate Time
lv.id.jc.algorithm.graph.BreadthFirstSearchSpec
Breadth First Search Algorithm
4 4 0 0 0 100.0% 0.037 seconds
lv.id.jc.algorithm.graph.DijkstrasAlgorithmSpec
Dijkstra's Algorithm
5 1 1 0 0 0.0% 0.037 seconds
lv.id.jc.algorithm.graph.GraphSpec
Generic Graph
5 5 0 0 0 100.0% 0.032 seconds
lv.id.jc.algorithm.graph.SearchAlgorithmsSpec
Comparison of two algorithms
1 1 0 0 0 100.0% 0.005 seconds